- resolves: #606038 filesystems.5 makes no mention of ext4

This commit is contained in:
Ivana Varekova 2010-06-24 12:16:54 +00:00
parent 92df8fe890
commit 49b084175e
2 changed files with 22 additions and 1 deletions

15
man-pages-3.24-ext4.patch Normal file
View File

@ -0,0 +1,15 @@
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.

View File

@ -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@redhat.com> - 3.24-7
- resolves: #606038
filesystems.5 makes no mention of ext4
* Fri Jun 4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-6
- Resolves: #596666
Man page for mmap64 is confusing