diff --git a/man-pages-1.60-fs.patch b/man-pages-1.60-fs.patch index f980a2c..43eff94 100644 --- a/man-pages-1.60-fs.patch +++ b/man-pages-1.60-fs.patch @@ -1,14 +1,14 @@ ---- man-pages-1.60/man5/fs.5.orig 2003-08-28 16:59:42.000000000 -0400 -+++ man-pages-1.60/man5/fs.5 2003-08-28 17:00:31.000000000 -0400 -@@ -71,10 +71,7 @@ +--- man-pages-1.67/man5/fs.5.fs 2001-12-09 00:05:03.000000000 +0100 ++++ man-pages-1.67/man5/fs.5 2005-03-07 11:15:58.000000000 +0100 +@@ -71,7 +71,10 @@ .TP .B ext3 is a journaling version of the ext2 filesystem. It is easy to -switch back and forth between ext2 and ext3. --.TP --.B ext3 --is a journaling version of the ext2 filesystem. ext3 offers the most +switch back and forth between ext2 and ext3. ext3 offers the most - complete set of journaling options available among journaling - filesystems. - .\"---------------------------------------------------------------------- ++complete set of journaling options available among journaling ++filesystems. ++.\"---------------------------------------------------------------------- + .TP + .B xiafs + was designed and implemented to be a stable, safe filesystem by diff --git a/man-pages.spec b/man-pages.spec index 463ecab..daad61b 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: 1.67 -Release: 3 +Release: 4 License: distributable Group: Documentation Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz @@ -9,7 +9,6 @@ Source1: rpcgen.1 Source2: resolver.5 Source6: man-pages-extralocale.tar.bz2 Source9: man2.tar.gz -Patch0: man-pages-1.44-ext3.patch Patch1: man-pages-1.51-iconv.patch Patch2: man-pages-1.51-nopent.patch Patch3: man-pages-1.51-blank.patch @@ -41,7 +40,6 @@ tar jxf %{SOURCE6} cp -a %{SOURCE1} man1 cp -a %{SOURCE2} man5 -%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -52,7 +50,7 @@ cp -a %{SOURCE2} man5 %patch10 -p1 %patch11 -p1 %patch12 -p1 -%patch14 -p1 +%patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 @@ -143,6 +141,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man*/* %changelog +* Mon Mar 7 2005 Jindrich Novy 1.67-4 +- unify fs.5 patches together to get rid of the bogus + fs.5.orig.gz shipped among man5 pages + * Wed Aug 25 2004 Adrian Havill 1.67-3 - make resolver clearer and less bind-focused (#126696)