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

pschiffe pschiffe at fedoraproject.org
Thu Sep 20 09:31:12 UTC 2012


commit b3f6bd9ae8170fb2ff11b2760de55ae03e4435bd
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Sep 20 11:19:48 2012 +0200

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

 man-pages-3.35-nsswitch-conf.patch |   15 +++++++++++++++
 man-pages.spec                     |    5 +++++
 2 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/man-pages-3.35-nsswitch-conf.patch b/man-pages-3.35-nsswitch-conf.patch
new file mode 100644
index 0000000..d1517eb
--- /dev/null
+++ b/man-pages-3.35-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 cf084ae..293d73b 100644
--- a/man-pages.spec
+++ b/man-pages.spec
@@ -53,6 +53,8 @@ Patch83: man-pages-3.23-proc_cgroups.patch
 Patch84: man-pages-3.35-readlink3p.patch
 #resolves: #837090
 Patch85: man-pages-3.35-inet.patch
+#resolves: #751429
+Patch86: man-pages-3.35-nsswitch-conf.patch
 #Resolves: #655961
 Conflicts: quota < 3.17-14
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -97,6 +99,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
 %patch83 -p1
 %patch84 -p1
 %patch85 -p1
+%patch86 -p1
 
 ### And now remove those we are not going to use:
 
@@ -155,6 +158,8 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Sep 20 2012 Peter Schiffer <pschiffe at redhat.com> - 3.35-3
 - resolves: #837090
   updated example on inet(3) man page - use fprintf(stderr,..) instead of perror
+- resolves: #751429
+  included initgroups database in the nsswitch.conf(5) man page
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.35-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list