public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: rcritten <rcritten@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Add patch to fix javadocs build problem
Date: Tue, 28 Jul 2026 16:48:09 GMT	[thread overview]
Message-ID: <178525728981.1.16883959575509591024.rpms-jss-dacbd2de69c1@fedoraproject.org> (raw)

            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()

                 reply	other threads:[~2026-07-28 16:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178525728981.1.16883959575509591024.rpms-jss-dacbd2de69c1@fedoraproject.org \
    --to=rcritten@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox