- update to 3.23

- fix proc description
This commit is contained in:
Ivana Varekova 2009-10-05 13:46:02 +00:00
parent a8330f973c
commit f307bf6987
4 changed files with 24 additions and 4 deletions

View File

@ -2,5 +2,5 @@ man-pages-extralocale.tar.bz2
man-suid-bins.tar.bz2
man-pages-posix-2003-a.tar.bz2
man-pages_add-01.tar.bz2
man-pages-3.22.tar.bz2
man-pages_syscalls-01.tar.bz2
man-pages-3.23.tar.bz2

14
man-pages-3.23-proc.patch Normal file
View File

@ -0,0 +1,14 @@
diff -up man-pages-3.23/man5/proc.5.pom man-pages-3.23/man5/proc.5
--- man-pages-3.23/man5/proc.5.pom 2009-09-30 03:36:58.000000000 +0200
+++ man-pages-3.23/man5/proc.5 2009-10-05 15:38:31.000000000 +0200
@@ -1805,6 +1805,10 @@ For further details, see
.I /proc/sys/fs/file-max
This file defines
a system-wide limit on the number of open files for all processes.
+This limit is not applied when a root user (or
+any user with
+.B CAP_SYS_ADMIN
+privileges) is trying to open a file.
(See also
.BR setrlimit (2),
which can be used by a process to set the per-process limit,

View File

@ -3,8 +3,8 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 3.22
Release: 6%{?dist}
Version: 3.23
Release: 1%{?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/
@ -31,6 +31,7 @@ Patch54: man-pages-2.80-malloc_h.patch
Patch55: man-pages-3.22-gai.conf.patch
Patch56: man-pages-3.22-strcpy.patch
Patch57: man-pages-3.22-nsswitch.conf.patch
Patch58: man-pages-3.23-proc.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -60,6 +61,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
%patch55 -p1
%patch56 -p1
%patch57 -p1
%patch58 -p1
### And now remove those we are not going to use:
@ -130,6 +132,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Mon Oct 5 2009 Ivana Varekova <varekova@redhat.com> - 3.23-1
- update to 3.23
- fix proc description
* Wed Sep 16 2009 Ivana Varekova <varekova@redhat.com> - 3.22-6
- fix nsswitch.conf(5) man page

View File

@ -2,5 +2,5 @@
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
7c78aff03c0a6767ba483d34f19e4b09 man-pages-posix-2003-a.tar.bz2
4ae755c6caaa035cb7737bf4a3ec7927 man-pages_add-01.tar.bz2
30adc758b14a45efff785f7c1e43a130 man-pages-3.22.tar.bz2
24a7571e8d525b3c8bf5afd5299f0bad man-pages_syscalls-01.tar.bz2
153704ffa27160d708e0e8c56c1da58f man-pages-3.23.tar.bz2