diff --git a/SPECS/man-pages.spec b/SPECS/man-pages.spec index 57504ff..e124006 100644 --- a/SPECS/man-pages.spec +++ b/SPECS/man-pages.spec @@ -9,7 +9,7 @@ Summary: Linux kernel and C library user-space interface documentation Name: man-pages Version: 4.15 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/doc/man-pages/ @@ -90,6 +90,9 @@ A large collection of manual pages from the Linux Documentation Project (LDP). # remove man pages deprecated by libxcrypt %{__rm} man3/crypt{,_r}.3 +# remove rpc.3 and xdr.3 man pages documenting deprecated glibc RPC implementation (#1980919) +%{__rm} man3/{rpc,xdr}.3 + %build # nothing to build @@ -108,6 +111,10 @@ popd %{_mandir}/man*/* %changelog +* Tue Feb 01 2022 Nikola Forró - 4.15-7 +- remove rpc.3 and xdr.3 man pages documenting deprecated glibc RPC implementation + resolves: #1980919 + * Thu Aug 30 2018 Nikola Forró - 4.15-6 - proc.5: document /proc/[pid]/status Speculation_Store_Bypass field resolves: #1623808