Resolves: RHEL-58011
Add nss-policy-check man page to the package.
This commit is contained in:
parent
cdf49edc3d
commit
2c43a8d673
8
nss.spec
8
nss.spec
@ -3,7 +3,7 @@
|
|||||||
# NOTE: To avoid NVR clashes of nspr* packages:
|
# NOTE: To avoid NVR clashes of nspr* packages:
|
||||||
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
||||||
# - increment %%{nspr_version}, when updating the NSS part only
|
# - increment %%{nspr_version}, when updating the NSS part only
|
||||||
%global baserelease 13
|
%global baserelease 14
|
||||||
%global nss_release %baserelease
|
%global nss_release %baserelease
|
||||||
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
||||||
# release number between nss and nspr are different.
|
# 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
|
install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
|
||||||
done
|
done
|
||||||
# Copy the man pages for the nss tools
|
# 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
|
install -c -m 644 ./dist/docs/nroff/${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
|
||||||
done
|
done
|
||||||
%if %{defined rhel}
|
%if %{defined rhel}
|
||||||
@ -961,6 +961,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/cmsutil.1*
|
%doc %{_mandir}/man1/cmsutil.1*
|
||||||
%doc %{_mandir}/man1/crlutil.1*
|
%doc %{_mandir}/man1/crlutil.1*
|
||||||
%doc %{_mandir}/man1/modutil.1*
|
%doc %{_mandir}/man1/modutil.1*
|
||||||
|
%doc %{_mandir}/man1/nss-policy-check.1*
|
||||||
%doc %{_mandir}/man1/pk12util.1*
|
%doc %{_mandir}/man1/pk12util.1*
|
||||||
%doc %{_mandir}/man1/signver.1*
|
%doc %{_mandir}/man1/signver.1*
|
||||||
# unsupported tools
|
# unsupported tools
|
||||||
@ -1174,6 +1175,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 8 2025 Bob Relyea <rrelyea@redhat.com> - 3.101.0-14
|
||||||
|
- add nss-policy-check
|
||||||
|
|
||||||
* Mon Nov 18 2024 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.101.0-13
|
* Mon Nov 18 2024 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.101.0-13
|
||||||
- fix the "Allow RSA-OAEP in FIPS mode" patch for the declaration after switch statement
|
- fix the "Allow RSA-OAEP in FIPS mode" patch for the declaration after switch statement
|
||||||
- fix changelog message for 3.101.0-11
|
- fix changelog message for 3.101.0-11
|
||||||
|
Loading…
Reference in New Issue
Block a user