diff --git a/man-pages.spec b/man-pages.spec index 4767fda..c9432e0 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 2.07 -Release: 5 +Release: 6 License: distributable Group: Documentation Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz @@ -10,6 +10,7 @@ Source2: resolver.5 Source6: man-pages-extralocale.tar.bz2 Source9: man2.tar.gz Source10: sln.8 +Source11: man2_sys.tar.gz Patch1: man-pages-1.51-iconv.patch Patch2: man-pages-1.51-nopent.patch Patch3: man-pages-1.53-langinfo.patch @@ -45,6 +46,7 @@ tar jxf %{SOURCE6} cp -a %{SOURCE1} man1 cp -a %{SOURCE2} man5 cp -a %{SOURCE10} man8 +tar xzf %{SOURCE11} %patch1 -p1 %patch2 -p1 @@ -83,7 +85,7 @@ rm -fv man2/quotactl.2 # Part of modutils rm -fv man2/get_kernel_syms.2 -rm -fv man2/{create,delete,init,query}_module.2 +rm -fv man2/{create,query}_module.2 # Part of console-tools rm -fv man4/console.4 @@ -158,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man*/* %changelog +* Thu Sep 29 2005 Ivana Varekova 2.07-6 +- add man pages for new audit system (see bug 159225) + * Tue Sep 13 2005 Ivana Varekova 2.07-5 - change termcap SEE ALSO part - bug 168131 diff --git a/man2_sys.tar.gz b/man2_sys.tar.gz new file mode 100644 index 0000000..5d24909 Binary files /dev/null and b/man2_sys.tar.gz differ