已开启
【轻量级PR】help子包声明为noarch #131
lihuanyu410621创建于 2024年8月21日
【轻量级PR】help子包声明为noarch #131
已开启
从refs/pull/131/head合入到openEuler-20.03-LTS-SP4
共 1 个文件变更+5-1
| @@ -14,7 +14,7 @@ | |||
| 14 | Summary: Network Security Services | 14 | Summary: Network Security Services |
| 15 | Name: nss | 15 | Name: nss |
| 16 | Version: %{nss_version} | 16 | Version: %{nss_version} |
| 17 | -Release: 10 | 17 | +Release: 11 |
| 18 | License: MPLv2.0 | 18 | License: MPLv2.0 |
| 19 | URL: http://www.mozilla.org/projects/security/pki/nss/ | 19 | URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 20 | Provides: nss-system-init | 20 | Provides: nss-system-init |
| @@ -123,6 +123,7 @@ Developers should rely only on the officially supported NSS public API. | |||
| 123 | 123 | ||
| 124 | %package help | 124 | %package help |
| 125 | Summary: help document for NSS | 125 | Summary: help document for NSS |
| 126 | +Buildarch: noarch | ||
| 126 | Requires: man-db | 127 | Requires: man-db |
| 127 | 128 | ||
| 128 | %description help | 129 | %description help |
| @@ -562,6 +563,9 @@ update-crypto-policies &> /dev/null || : | |||
| 562 | %doc %{_mandir}/man* | 563 | %doc %{_mandir}/man* |
| 563 | 564 | ||
| 564 | %changelog | 565 | %changelog |
| 566 | +* Tue Aug 20 2024 ShuKun Qu <qushukun@cqsoftware.com.cn> - 3.54.0-11 | ||
| 567 | +- Add 'Buildarch: noarch' to the help subpackage | ||
| 568 | + | ||
| 565 | * Tue Feb 20 2024 jinlun <jinlun@huawei.com> - 3.54.0-10 | 569 | * Tue Feb 20 2024 jinlun <jinlun@huawei.com> - 3.54.0-10 |
| 566 | - Add PK11_Pub{Wrap, Unwrap}SymkeyWithMechanism r=mt,rrelyea Summary | 570 | - Add PK11_Pub{Wrap, Unwrap}SymkeyWithMechanism r=mt,rrelyea Summary |
| 567 | 571 | ||