已开启
Set BuildArch to noarch for the help subpackage #170
guojunding创建于 7月22日
Set BuildArch to noarch for the help subpackage #170
已开启
guojunding创建于 7月22日
1 个文件变更+5-1
@@ -26,7 +26,7 @@
26Summary: Network Security Services26Summary: Network Security Services
27Name: nss27Name: nss
28Version: %{nss_version}28Version: %{nss_version}
29-Release: 329+Release: 4
30License: MPLv2.030License: MPLv2.0
31URL: http://www.mozilla.org/projects/security/pki/nss/31URL: http://www.mozilla.org/projects/security/pki/nss/
32Provides: nss-system-init32Provides: nss-system-init
@@ -132,6 +132,7 @@ Developers should rely only on the officially supported NSS public API.
132%package help132%package help
133Summary: help document for NSS133Summary: help document for NSS
134Requires: man-db134Requires: man-db
135+BuildArch: noarch
135 136 
136%description help137%description help
137Help document for NSS138Help document for NSS
@@ -571,6 +572,9 @@ update-crypto-policies &>/dev/null||:
571%doc %{_mandir}/man*572%doc %{_mandir}/man*
572 573 
573%changelog574%changelog
575+* Wed Jul 22 2026 guojunding01 <guojunding@kylinos.cn> - 3.120.1-4
576+- Set BuildArch to noarch for the help subpackage
577+ 
574* Thu May 7 2026 yixiangzhike <yixiangzhike007@163.com> - 3.120.1-3578* Thu May 7 2026 yixiangzhike <yixiangzhike007@163.com> - 3.120.1-3
575- fix error order of HASH_AlgSM3 in SECRawHashObjects and missing break in HASH_GetHashTypeByOidTag579- fix error order of HASH_AlgSM3 in SECRawHashObjects and missing break in HASH_GetHashTypeByOidTag
576 580