rpms/man-pages/devel man-pages-3.24-ext4.patch, NONE, 1.1 man-pages.spec, 1.135, 1.136

Ivana Varekova varekova at fedoraproject.org
Thu Jun 24 12:16:54 UTC 2010


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29933

Modified Files:
	man-pages.spec 
Added Files:
	man-pages-3.24-ext4.patch 
Log Message:
- resolves: #606038
  filesystems.5 makes no mention of ext4


man-pages-3.24-ext4.patch:
 filesystems.5 |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE man-pages-3.24-ext4.patch ---
diff -up man-pages-3.24/man5/filesystems.5.pom man-pages-3.24/man5/filesystems.5
--- man-pages-3.24/man5/filesystems.5.pom	2010-02-26 05:46:53.000000000 +0100
+++ man-pages-3.24/man5/filesystems.5	2010-06-24 14:12:54.000000000 +0200
@@ -77,6 +77,11 @@ is a journaling version of the ext2 file
 It is easy to
 switch back and forth between ext2 and ext3.
 .TP
+.B ext4
+is the next generation of the ext filesystem series.  In addition to
+journaling, ext4 supports larger files and filesystems than ext3, and provides
+other modern features such as preallocation and an extent-based allocator.
+.TP
 .B Reiserfs
 is a journaling file system, designed by Hans Reiser,
 that was integrated into Linux in kernel 2.4.1.


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- man-pages.spec	4 Jun 2010 07:55:22 -0000	1.135
+++ man-pages.spec	24 Jun 2010 12:16:54 -0000	1.136
@@ -4,7 +4,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
 Version: 3.24
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
 Group: Documentation
 URL: http://www.kernel.org/pub/linux/docs/manpages/
@@ -39,6 +39,7 @@ Patch64: man-pages-3.24-atanh.patch
 Patch65: man-pages-3.24-sysconf.patch
 Patch66: man-pages-3.24-recv.patch
 Patch67: man-pages-3.24-mmap64.patch
+Patch68: man-pages-3.24-ext4.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Autoreq: false
@@ -76,6 +77,7 @@ cp %{SOURCE6} man2/mmap.2
 %patch65 -p1
 %patch66 -p1
 %patch67 -p1
+%patch68 -p1
 
 ### And now remove those we are not going to use:
 
@@ -146,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*/*
 
 %changelog
+* Thu Jun 24 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.24-7
+- resolves: #606038
+  filesystems.5 makes no mention of ext4
+
 * Fri Jun  4 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.24-6
 - Resolves: #596666
   Man page for mmap64 is confusing



More information about the scm-commits mailing list