diff --git a/.gitignore b/.gitignore index c629bbc..fd901ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /man-pages-posix-2013-a.tar.xz /man-pages-additional-20131204.tar.xz -/man-pages-3.57.tar.xz +/man-pages-3.58.tar.xz diff --git a/man-pages.spec b/man-pages.spec index 2e4484d..3c807fd 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -6,8 +6,8 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages -Version: 3.57 -Release: 2%{?dist} +Version: 3.58 +Release: 1%{?dist} License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/doc/man-pages/ @@ -59,6 +59,9 @@ rm man3/{db,btree,dbopen,hash,mpool,recno}.3 # deprecated rm man2/pciconfig_{write,read,iobase}.2 +# we are not using SystemV anymore +rm man7/boot.7 + # we do not have sccs (#203302) rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p @@ -67,8 +70,8 @@ rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p # nothing to build %install -%{__cp} -r %{additional_name}/man? . %{__mv} %{posix_name}/man?p . +%{__cp} -r %{additional_name}/man* . instdir=$RPM_BUILD_ROOT%{_mandir} # Not all man pages are in UTF-8 # https://bugzilla.kernel.org/show_bug.cgi?id=60807 @@ -110,6 +113,10 @@ cd .. %lang(en) %{_mandir}/en/man*/* %changelog +* Tue Feb 11 2014 Peter Schiffer - 3.58-1 +- resolves: #1063754 + updated to 3.58 + * Wed Feb 5 2014 Peter Schiffer - 3.57-2 - removed invalid patch for man(1p) man page diff --git a/sources b/sources index 4804f23..227a96f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz ff3655a145cfc50eddc1f15f6ef41d81 man-pages-additional-20131204.tar.xz -18bba89745fecdfddad3caaef7cde5f4 man-pages-3.57.tar.xz +539698a70e0338551d22c24011c03186 man-pages-3.58.tar.xz