[man-pages] commit the spec change

Ivana Varekova varekova at fedoraproject.org
Wed Oct 6 14:45:49 UTC 2010


commit c8fb6d93cac8bc43f4106029ba2c7fe2efee5b75
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Wed Oct 6 16:48:33 2010 +0200

    commit the spec  change

 man-pages.spec |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/man-pages.spec b/man-pages.spec
index d8b3a53..4cde76e 100644
--- a/man-pages.spec
+++ b/man-pages.spec
@@ -4,7 +4,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
 Version: 3.28
-Release: 2%{?dist}
+Release: 3%{?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/
@@ -29,6 +29,7 @@ Patch63: man-pages-3.24-getnameinfo.patch
 Patch67: man-pages-3.24-mmap64.patch
 Patch68: man-pages-3.26-rcmd.patch
 Patch69: man-pages-3.27-sd.patch
+Patch70: man-pages-3.28-typo.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Autoreq: false
@@ -59,12 +60,10 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
 %patch67 -p1
 %patch68 -p1
 %patch69 -p1
+%patch70 -p1
 
 ### And now remove those we are not going to use:
 
-# Only briefly part of a devel version of glibc
-rm -v man3/getipnodeby{name,addr}.3 man3/freehostent.3
-
 # Part of libattr-devel
 rm -v man2/{,f,l}{get,list,remove,set}xattr.2
 
@@ -74,9 +73,6 @@ rm -v man3/{db,btree,dbopen,hash,mpool,recno}.3
 # Deprecated
 rm -v man2/pciconfig_{write,read,iobase}.2
 
-# Part of numactl package
-rm -v man5/numa_maps.5
-
 %build
 : Nothing to build.
 
@@ -120,6 +116,12 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*/*
 
 %changelog
+* Wed Oct  6 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.28-3
+- don't remove numa_maps, now the man page is not in numactl
+- don't remove getipnodeby{name,addr}.3 and freehostent.3
+  they are not more part of glibc-devel
+- fix typo in gai_{error,suspend,cancel} pages
+
 * Wed Oct  6 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.28-2
 - add quotactl.2 to man-pages (the package was removed from quota - #640590)
 


More information about the scm-commits mailing list