diff --git python-nss/python-nss.spec python-nss/python-nss.spec.tmp index 83bae1acbc..bbc84cb961 100644 --- python-nss/python-nss.spec +++ python-nss/python-nss.spec.tmp @@ -2,7 +2,7 @@ Name: python-nss Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for Network Security Services (NSS) Group: Development/Languages @@ -32,16 +32,24 @@ BuildRequires: nspr-devel BuildRequires: nss-devel BuildRequires: epydoc -%description -This package provides Python bindings for Network Security Services -(NSS) and the Netscape Portable Runtime (NSPR). - -NSS is a set of libraries supporting 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. Specific NSS +%global _description\ +This package provides Python bindings for Network Security Services\ +(NSS) and the Netscape Portable Runtime (NSPR).\ +\ +NSS is a set of libraries supporting 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. Specific NSS\ implementations have been FIPS-140 certified. +%description %_description + +%package -n python2-nss +Summary: %summary +%{?python_provide:%python_provide python2-nss} + +%description -n python2-nss %_description + %package -n python3-nss Summary: Python3 bindings for Network Security Services (NSS) Requires: %{name} = %{version}-%{release} @@ -97,7 +105,7 @@ chmod 0755 $RPM_BUILD_ROOT/%{python_sitearch}/nss/*.so rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-nss %defattr(-,root,root,-) %{python_sitearch}/* %doc %{docdir}/ChangeLog @@ -123,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-5 +- Python 2 binary package renamed to python2-nss + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild