public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: remove misleading comment in spec file concerning jar signing
@ 2026-07-28 16:48 John Dennis
0 siblings, 0 replies; only message in thread
From: John Dennis @ 2026-07-28 16:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : 822fd75c164d8f0efbf92b4ee6d79d81f8d11d7b
Author : John Dennis <jdennis@redhat.com>
Date : 2011-01-31T16:07:26-05:00
Stats : +4/-14 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/822fd75c164d8f0efbf92b4ee6d79d81f8d11d7b?branch=pqc
Log:
remove misleading comment in spec file concerning jar signing
---
diff --git a/jss.spec b/jss.spec
index 2b9c771..3d64dec 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
Name: jss
Version: 4.2.6
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: Java Security Services (JSS)
Group: System Environment/Libraries
@@ -121,19 +121,6 @@ ln -fs %{_libdir}/jss/jss4.jar $RPM_BUILD_ROOT%{_jnidir}/jss4.jar
install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/jss
install -m 0755 mozilla/dist/Linux*.OBJ/lib/libjss4.so ${RPM_BUILD_ROOT}%{_libdir}/jss/
-# FIXME - sign jss4.jar. In order to use JSS as a JCE provider it needs to be
-# signed with a Sun-issued certificate. Since we would need to make this
-# certificate and private key public to provide reproducability in the rpm
-# building we have to ship an unsigned jar.
-#
-# Instructions for getting a signing cert can be found here:
-# http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/HowToImplAProvider.html#Step61
-#
-# This signing is not required by every JVM. gcj ignores the signature and does
-# not require one. The Sun and IBM JVMs both check and enforce the signature.
-# Behavior of other JVMs is not known but they probably enforce the signature
-# as well.
-
# javadoc
install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -rp mozilla/dist/jssdoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
@@ -155,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 31 2011 John Dennis <jdennis@redhat.com> - 4.2.6-13
+- remove misleading comment in spec file concerning jar signing
+
* Tue Jan 11 2011 Kevin Wright <kwright@redhat.com> - 4.2.6-12
- added missing patch line
^ 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: remove misleading comment in spec file concerning jar signing John Dennis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox