From 6b7159b18ede2ad76c83f28c262c9a9c34acfcd8 Mon Sep 17 00:00:00 2001 From: hugel <2712504175@qq.com> Date: Sun, 28 Sep 2025 13:50:54 +0800 Subject: [PATCH] Delete the duplicate file cmac.h in nss-devel --- nss.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 839a416..b991eef 100644 --- a/nss.spec +++ b/nss.spec @@ -25,7 +25,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 10 +Release: 11 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -468,6 +468,7 @@ update-crypto-policies &>/dev/null||: %{_includedir}/nss3/nssbaset.h %{_includedir}/nss3/nssck*.h %{_includedir}/nss3/templates/nssck.api +%exclude %{_includedir}/nss3/cmac.h %files util %{!?_licensedir:%global license %%doc} @@ -574,6 +575,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Fri Sep 26 2025 hugel - 3.72.0-11 +- Delete the duplicate file cmac.h in nss-devel + * Mon May 19 2025 jinlun - 3.72.0-10 - fix CVE-2022-22747 -- Gitee