- update to 2.66

- add proc man-page patch
This commit is contained in:
Ivana Varekova 2007-10-09 11:13:34 +00:00
parent 89f5c02960
commit da8d432db2
4 changed files with 45 additions and 3 deletions

View File

@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
man2.tar.gz
man2_sys2.1.tar.gz
man-suid-bins.tar.bz2
man-pages-2.65.tar.bz2
man-pages-2.66.tar.bz2

36
man-pages-2.65-proc.patch Normal file
View File

@ -0,0 +1,36 @@
--- man-pages-2.65/man5/slabinfo.5.pom 2007-05-19 06:30:20.000000000 +0200
+++ man-pages-2.65/man5/slabinfo.5 2007-09-26 15:53:21.000000000 +0200
@@ -29,10 +29,14 @@
Frequently used objects in the Linux kernel
(buffer heads, inodes, dentries, etc.)
have their own cache.
-The file
-.I /proc/slabinfo
-gives statistics.
-For example:
+Since kernel 2.6.16 the file
+.I /proc/slabinfo
+is only present if the CONFIG_SLAB kernel
+configuration option is enabled.
+
+An example of
+.I /proc/slabinfo
+is:
.LP
.RS
.nf
--- man-pages-2.65/man5/proc.5.pom 2007-09-10 06:17:16.000000000 +0200
+++ man-pages-2.65/man5/proc.5 2007-09-26 15:53:11.000000000 +0200
@@ -1021,7 +1021,11 @@ same process.
.TP
.I /proc/slabinfo
Information about kernel caches.
-The columns are:
+Since 2.6.16 the file is only present if the CONFIG_SLAB kernel
+configuration option is enabled.
+The columns which are in
+.I /proc/slabinfo
+are:
.nf
cache-name
num-active-objs

View File

@ -1,6 +1,6 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 2.65
Version: 2.66
Release: 1%{?dist}
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
Group: Documentation
@ -32,6 +32,7 @@ Patch46: man-pages-2.51-nscd-conf.patch
Patch48: man-pages-2.51-sched_setaffinity.patch
Patch49: man-pages-2.63-getent.patch
Patch50: man-pages-2.63-iconv.patch
Patch51: man-pages-2.65-proc.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -67,6 +68,7 @@ done
%patch48 -p1
%patch49 -p1
%patch50 -p1
%patch51 -p1
### And now remove those we are not going to use:
@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Tue Oct 9 2007 Ivana Varekova <vaerkova@redhat.com> - 2.66-1
- update to 2.66
- add proc man-page patch
* Tue Sep 18 2007 Ivana Varekova <varekova@redhat.com> - 2.65-1
- update to 2.65

View File

@ -2,4 +2,4 @@
af09d031dcee66929510e078d00066f2 man2.tar.gz
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
8b31a273186c8cae42fdf66a77d6679f man-pages-2.65.tar.bz2
de4832b7bf5ffb71e270202bea1e4eb4 man-pages-2.66.tar.bz2