已开启
【轻量级PR】help子包声明为noarch #130
lihuanyu410621创建于 2024年8月21日
【轻量级PR】help子包声明为noarch #130
已开启
从refs/pull/130/head合入到openEuler-22.03-LTS-SP4
共 1 个文件变更+5-1
| @@ -25,7 +25,7 @@ | |||
| 25 | Summary: Network Security Services | 25 | Summary: Network Security Services |
| 26 | Name: nss | 26 | Name: nss |
| 27 | Version: %{nss_version} | 27 | Version: %{nss_version} |
| 28 | -Release: 9 | 28 | +Release: 10 |
| 29 | License: MPLv2.0 | 29 | License: MPLv2.0 |
| 30 | URL: http://www.mozilla.org/projects/security/pki/nss/ | 30 | URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 31 | Provides: nss-system-init | 31 | 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.72.0-10 | ||
| 577 | +- Add 'Buildarch: noarch' to the help subpackage | ||
| 578 | + | ||
| 575 | * Tue Jun 20 2023 jinlun <jinlun@huawei.com> - 3.72.0-9 | 579 | * Tue Jun 20 2023 jinlun <jinlun@huawei.com> - 3.72.0-9 |
| 576 | - Add Integrity Verification File in nss-softokn and fix build fail. | 580 | - Add Integrity Verification File in nss-softokn and fix build fail. |
| 577 | 581 | ||