[man-pages/f16] - resolves: #751429 included initgroups database in the nsswitch.conf(5) man page

pschiffe pschiffe at fedoraproject.org
Thu Sep 20 10:49:56 UTC 2012


commit f18b727f4207b57eded70f4caafe9c5f0ac584ea
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Sep 20 12:43:54 2012 +0200

    - resolves: #751429
      included initgroups database in the nsswitch.conf(5) man page

 man-pages-3.32-nsswitch-conf.patch |   15 +++++++++++++++
 man-pages.spec                     |    9 ++++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/man-pages-3.32-nsswitch-conf.patch b/man-pages-3.32-nsswitch-conf.patch
new file mode 100644
index 0000000..d1517eb
--- /dev/null
+++ b/man-pages-3.32-nsswitch-conf.patch
@@ -0,0 +1,15 @@
+diff -ur man-pages-3.35.orig/man5/nsswitch.conf.5 man-pages-3.35/man5/nsswitch.conf.5
+--- man-pages-3.35.orig/man5/nsswitch.conf.5	2012-09-20 11:15:08.000000000 +0200
++++ man-pages-3.35/man5/nsswitch.conf.5	2012-09-20 11:16:32.193780783 +0200
+@@ -69,6 +69,11 @@
+ .BR gethostbyname (3)
+ and similar functions.
+ .TP
++.B initgroups
++Supplementary group access list, used by
++.BR getgrouplist (3)
++function.
++.TP
+ .B netgroup
+ Network wide list of hosts and users, used for access rules.
+ C libraries before glibc 2.1 only support netgroups over NIS.
diff --git a/man-pages.spec b/man-pages.spec
index bf7f78d..07258a3 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.32
-Release: 14%{?dist}
+Release: 15%{?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/
@@ -50,6 +50,8 @@ Patch81: man-pages-3.32-fallocate.patch
 Patch82: man-pages-3.32-host.patch
 #resolves: #705888 
 Patch83: man-pages-3.23-proc_cgroups.patch
+#resolves: #751429
+Patch84: man-pages-3.32-nsswitch-conf.patch
 #Resolves: #655961
 Conflicts: quota < 3.17-14
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -93,6 +95,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
 %patch81 -p1
 %patch82 -p1
 %patch83 -p1
+%patch84 -p1
 
 ### And now remove those we are not going to use:
 
@@ -148,6 +151,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*/*
 
 %changelog
+* Thu Sep 20 2012 Peter Schiffer <pschiffe at redhat.com> - 3.32-15
+- resolves: #751429
+  included initgroups database in the nsswitch.conf(5) man page
+
 * Fri May 27 2011 Ivana Hutarova Varekova <varekova at redhat.com> - 3.32-14
 - resolves: #705888
   the man page for proc is missing an explanation for /proc/[pid]/cgroup


More information about the scm-commits mailing list