diff --git a/nss.spec b/nss.spec index d00a5a0c694dfb7eb2586d59d74c0de98c2cbc34..da1ba124cf3d8f530394af7ce82009dc5d0c0ec5 100644 --- a/nss.spec +++ b/nss.spec @@ -25,7 +25,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 9 +Release: 10 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -134,6 +134,7 @@ Developers should rely only on the officially supported NSS public API. %package help Summary: help document for NSS +Buildarch: noarch Requires: man-db %description help @@ -572,6 +573,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Tue Aug 20 2024 ShuKun Qu - 3.72.0-10 +- Add 'Buildarch: noarch' to the help subpackage + * Tue Jun 20 2023 jinlun - 3.72.0-9 - Add Integrity Verification File in nss-softokn and fix build fail.