From 2c43a8d673fd006194dd83ba5a0ddad16854af7e Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Thu, 9 Jan 2025 10:31:03 -0800 Subject: [PATCH] Resolves: RHEL-58011 Add nss-policy-check man page to the package. --- nss.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index 71437ac..90d17de 100644 --- a/nss.spec +++ b/nss.spec @@ -3,7 +3,7 @@ # NOTE: To avoid NVR clashes of nspr* packages: # - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - increment %%{nspr_version}, when updating the NSS part only -%global baserelease 13 +%global baserelease 14 %global nss_release %baserelease # use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when # release number between nss and nspr are different. @@ -867,7 +867,7 @@ for f in %{configFiles}; do install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 done # Copy the man pages for the nss tools -for f in certutil cmsutil crlutil derdump modutil pk12util signtool signver ssltap vfychain vfyserv; do +for f in certutil cmsutil crlutil derdump modutil nss-policy-check pk12util signtool signver ssltap vfychain vfyserv; do install -c -m 644 ./dist/docs/nroff/${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 done %if %{defined rhel} @@ -961,6 +961,7 @@ fi %doc %{_mandir}/man1/cmsutil.1* %doc %{_mandir}/man1/crlutil.1* %doc %{_mandir}/man1/modutil.1* +%doc %{_mandir}/man1/nss-policy-check.1* %doc %{_mandir}/man1/pk12util.1* %doc %{_mandir}/man1/signver.1* # unsupported tools @@ -1174,6 +1175,9 @@ fi %changelog +* Wed Jan 8 2025 Bob Relyea - 3.101.0-14 +- add nss-policy-check + * Mon Nov 18 2024 Frantisek Krenzelok - 3.101.0-13 - fix the "Allow RSA-OAEP in FIPS mode" patch for the declaration after switch statement - fix changelog message for 3.101.0-11