已开启
Set BuildArch to noarch for the help subpackage #170
guojunding创建于 7月22日
Set BuildArch to noarch for the help subpackage #170
已开启
共 1 个文件变更+5-1
| @@ -26,7 +26,7 @@ | |||
| 26 | Summary: Network Security Services | 26 | Summary: Network Security Services |
| 27 | Name: nss | 27 | Name: nss |
| 28 | Version: %{nss_version} | 28 | Version: %{nss_version} |
| 29 | -Release: 3 | 29 | +Release: 4 |
| 30 | License: MPLv2.0 | 30 | License: MPLv2.0 |
| 31 | URL: http://www.mozilla.org/projects/security/pki/nss/ | 31 | URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 32 | Provides: nss-system-init | 32 | Provides: nss-system-init |
| @@ -132,6 +132,7 @@ Developers should rely only on the officially supported NSS public API. | |||
| 132 | %package help | 132 | %package help |
| 133 | Summary: help document for NSS | 133 | Summary: help document for NSS |
| 134 | Requires: man-db | 134 | Requires: man-db |
| 135 | +BuildArch: noarch | ||
| 135 | 136 | ||
| 136 | %description help | 137 | %description help |
| 137 | Help document for NSS | 138 | Help document for NSS |
| @@ -571,6 +572,9 @@ update-crypto-policies &>/dev/null||: | |||
| 571 | %doc %{_mandir}/man* | 572 | %doc %{_mandir}/man* |
| 572 | 573 | ||
| 573 | %changelog | 574 | %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-3 | 578 | * 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_GetHashTypeByOidTag | 579 | - fix error order of HASH_AlgSM3 in SECRawHashObjects and missing break in HASH_GetHashTypeByOidTag |
| 576 | 580 | ||