public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Add patch to fix javadocs build problem
@ 2026-07-28 16:48 rcritten
0 siblings, 0 replies; only message in thread
From: rcritten @ 2026-07-28 16:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : dacbd2de69c126f5f7ca621b02215cfef8e7f0ac
Author : rcritten <rcritten@fedoraproject.org>
Date : 2009-06-05T15:26:08+00:00
Stats : +19/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/dacbd2de69c126f5f7ca621b02215cfef8e7f0ac?branch=pqc
Log:
Add patch to fix javadocs build problem
This is only failing in koji on 64-bit platforms which is really strange. I
can't reproduce the failure here but I think this will fix it.
---
diff --git a/jss-javadocs-param.patch b/jss-javadocs-param.patch
new file mode 100644
index 0000000..5cf92e3
--- /dev/null
+++ b/jss-javadocs-param.patch
@@ -0,0 +1,13 @@
+--- jss-4.2.6/mozilla/security/jss/org/mozilla/jss/tests/JCASymKeyGen.java.orig 2008-01-18 16:39:46.000000000 -0500
++++ jss-4.2.6/mozilla/security/jss/org/mozilla/jss/tests/JCASymKeyGen.java 2009-06-05 11:08:54.000000000 -0400
+@@ -116,7 +116,9 @@
+ }
+ /**
+ *
+- * @param
++ * @param key
++ * @param kg
++ * @return
+ */
+ public javax.crypto.SecretKey genSecretKey(String keyType, String provider){
+ javax.crypto.SecretKey key = null;
diff --git a/jss.spec b/jss.spec
index 75084e6..1ea5fb6 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
Name: jss
Version: 4.2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Java Security Services (JSS)
Group: System Environment/Libraries
@@ -22,6 +22,7 @@ BuildRequires: java-devel
Requires: java
Patch1: jss-key_pair_usage_with_op_flags.patch
+Patch2: jss-javadocs-param.patch
%description
Java Security Services (JSS) is a java native interface which provides a bridge
@@ -39,6 +40,7 @@ This package contains the API documentation for JSS.
%prep
%setup -q
%patch1 -p1
+%patch2 -p1
%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
@@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jun 5 2009 Rob Crittenden <rcritten@redhat.com> 4.2.6-2
+- Include patch to fix missing @param so javadocs will build
+
* Fri Jun 5 2009 Rob Crittenden <rcritten@redhat.com> 4.2.6-1
- Update to 4.2.6
- Include patch to add jss interface to PK11_GenerateKeyPairWithOpFlags()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 16:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 16:48 [rpms/jss] pqc: Add patch to fix javadocs build problem rcritten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox