diff --git a/python-nss.spec b/python-nss.spec index 0be6357912c93b822267a1599a787e2686b87b40..3aafc66ecce2380e892cf930d66c9d11e065868e 100644 --- a/python-nss.spec +++ b/python-nss.spec @@ -1,6 +1,6 @@ Name: python-nss Version: 1.0.1 -Release: 16 +Release: 17 Summary: Bindings the Python for Network Security Services(NSS) License: MPLv2.0 or GPLv2+ or LGPLv2+ URL: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Python_binding_for_NSS @@ -34,6 +34,7 @@ have been FIPS-140 certified. %package help Summary: The examples and API documentation +Buildarch: noarch Provides: python-nss-doc = %{version}-%{release} Obsoletes: python-nss-doc < %{version}-%{release} @@ -62,6 +63,9 @@ chmod 0755 $RPM_BUILD_ROOT/%{python3_sitearch}/nss/*.so %doc %{_docdir}/%{name}-%{version}/{examples,test,api,ChangeLog,README} %changelog +* Tue Aug 20 2024 siyongchang - 1.0.1-17 +- Added 'Buildarch:noarch' to the help subpackage + * Mon Jul 31 2023 yaoxin - 1.0.1-16 - Fix build failure caused by python-sphinx update to 7.0.1