rpms/nss_compat_ossl/devel .cvsignore, 1.4, 1.5 nss_compat_ossl.spec, 1.5, 1.6 sources, 1.4, 1.5

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Sun Oct 14 02:04:46 UTC 2007


Author: rcritten

Update of /cvs/extras/rpms/nss_compat_ossl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16102

Modified Files:
	.cvsignore nss_compat_ossl.spec sources 
Log Message:
Resolves 330091

Don't explicitly link with libsoftokn3.so.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Sep 2007 14:24:19 -0000	1.4
+++ .cvsignore	14 Oct 2007 02:04:13 -0000	1.5
@@ -1,2 +1,3 @@
 nss_compat_ossl-0.9.2.tar.gz
 nss_compat_ossl-symbol.patch
+nss_compat_ossl-link.patch


Index: nss_compat_ossl.spec
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/nss_compat_ossl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nss_compat_ossl.spec	26 Sep 2007 14:24:19 -0000	1.5
+++ nss_compat_ossl.spec	14 Oct 2007 02:04:13 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           nss_compat_ossl
 Version:        0.9.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Source-level compatibility library for OpenSSL to NSS porting
 
 Group:          System Environment/Libraries
@@ -9,6 +9,7 @@
 Source0:        http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch1:         nss_compat_ossl-symbol.patch
+Patch2:         nss_compat_ossl-link.patch
 
 # Need > 3.11.7-7 so we have the NSS PKCS#11 flat-file reader available 
 BuildRequires:  nss-devel > 3.11.7-7
@@ -29,6 +30,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .symbol
+%patch2 -p1 -b .link
 
 %build
 
@@ -66,6 +68,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Oct 13 2007 Rob Crittenden <rcritten at redhat.com> 0.9.2-3
+- Bugzilla #330091, don't explicitly link with libsoftokn3.so
+
 * Wed Sep 26 2007 Rob Crittenden <rcritten at redhat.com> 0.9.2-2
 - Bugzilla #306711, need to define CERT_NewTempCertificate
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	26 Sep 2007 14:24:19 -0000	1.4
+++ sources	14 Oct 2007 02:04:13 -0000	1.5
@@ -1,2 +1,3 @@
 84ceb6df62872f8c6df3f2f5657425e6  nss_compat_ossl-0.9.2.tar.gz
 325fcb35ab1475f1d5e40b7ecaf27b60  nss_compat_ossl-symbol.patch
+1f16445aed912d036cc2c26211793c98  nss_compat_ossl-link.patch




More information about the fedora-extras-commits mailing list