From 8e3f083845b6c426883a09cca442a13153b85927 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:53:09 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-nss.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-nss.spec b/python-nss.spec index 0be6357..3aafc66 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 -- Gitee