已开启
【轻量级PR】help子包声明为noarch #129
lihuanyu410621创建于 2024年8月21日
【轻量级PR】help子包声明为noarch #129
已开启
从refs/pull/129/head合入到openEuler-24.03-LTS
共 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: 6 | 29 | +Release: 7 |
| 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 |
| @@ -134,6 +134,7 @@ Developers should rely only on the officially supported NSS public API. | |||
| 134 | 134 | ||
| 135 | %package help | 135 | %package help |
| 136 | Summary: help document for NSS | 136 | Summary: help document for NSS |
| 137 | +Buildarch: noarch | ||
| 137 | Requires: man-db | 138 | Requires: man-db |
| 138 | 139 | ||
| 139 | %description help | 140 | %description help |
| @@ -572,6 +573,9 @@ update-crypto-policies &>/dev/null||: | |||
| 572 | %doc %{_mandir}/man* | 573 | %doc %{_mandir}/man* |
| 573 | 574 | ||
| 574 | %changelog | 575 | %changelog |
| 576 | +* Tue Aug 20 2024 ShuKun Qu <qushukun@cqsoftware.com.cn> - 3.94.0-7 | ||
| 577 | +- Add 'Buildarch: noarch' to the help subpackage | ||
| 578 | + | ||
| 575 | * Thu Apr 18 2024 jinlun <jinlun@huawei.com> - 3.94.0-6 | 579 | * Thu Apr 18 2024 jinlun <jinlun@huawei.com> - 3.94.0-6 |
| 576 | - Add Integrity Verification File in nss-softokn | 580 | - Add Integrity Verification File in nss-softokn |
| 577 | 581 | ||