From 22ee35ce926632bf4b042236e65580b98a04204a Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Thu, 2 Apr 2009 22:06:40 +0000 Subject: [PATCH] - introduce separate nss-softokn-freebl package --- nss.spec | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index 1ee2b4a..e0523c7 100644 --- a/nss.spec +++ b/nss.spec @@ -4,11 +4,12 @@ Summary: Network Security Services Name: nss Version: 3.12.2.99.3 -Release: 4%{?dist} +Release: 5%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries Requires: nspr >= %{nspr_version} +Requires: nss-softokn-freebl >= %{version} Requires: sqlite BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nspr-devel >= %{nspr_version} @@ -43,6 +44,20 @@ server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. +%package softokn-freebl +Summary: Freebl library for the Network Security Services +Group: System Environment/Base + +%description softokn-freebl +Network Security Services (NSS) is a set of libraries designed to +support cross-platform development of security-enabled client and +server applications. Applications built with NSS can support SSL v2 +and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 +v3 certificates, and other security standards. + +Install the nss-softokn-freebl package if you need the freebl +library. + %package tools Summary: Tools for the Network Security Services @@ -297,7 +312,6 @@ done /%{_lib}/libsoftokn3.so /%{_lib}/libnssckbi.so /%{_lib}/libnsspem.so -/%{_lib}/libfreebl3.so %{unsupported_tools_directory}/shlibsign %ghost /%{_lib}/libsoftokn3.chk %ghost /%{_lib}/libfreebl3.chk @@ -310,6 +324,9 @@ done %dir %{_sysconfdir}/prelink.conf.d %{_sysconfdir}/prelink.conf.d/nss-prelink.conf +%files softokn-freebl +/%{_lib}/libfreebl3.so + %files tools %defattr(-,root,root) %{_bindir}/certutil @@ -452,6 +469,8 @@ done %changelog +* Thu Apr 02 2009 Kai Engert - 3.12.2.99.3-5 +- introduce separate nss-softokn-freebl package * Thu Apr 02 2009 Kai Engert - 3.12.2.99.3-4 - disable execstack when building freebl * Tue Mar 31 2009 Kai Engert - 3.12.2.99.3-3