Remove initgroups from default nsswitch.conf
This commit is contained in:
parent
daa5a48a9b
commit
b893edf794
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.22-63-g37d83a0
|
%define glibcsrcdir glibc-2.22-63-g37d83a0
|
||||||
%define glibcversion 2.22.90
|
%define glibcversion 2.22.90
|
||||||
%define glibcrelease 1%{?dist}
|
%define glibcrelease 2%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -1830,7 +1830,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 14 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.22.90-1
|
* Fri Aug 14 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.22.90-2
|
||||||
|
- Remove initgroups from the default nsswitch.conf (#751450).
|
||||||
|
|
||||||
|
* Fri Aug 14 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.22.90-1
|
||||||
- Sync with upstream master.
|
- Sync with upstream master.
|
||||||
|
|
||||||
* Tue Jul 28 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-20
|
* Tue Jul 28 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-20
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
passwd: files sss
|
passwd: files sss
|
||||||
shadow: files sss
|
shadow: files sss
|
||||||
group: files sss
|
group: files sss
|
||||||
initgroups: files
|
|
||||||
|
|
||||||
#hosts: db files nisplus nis dns
|
#hosts: db files nisplus nis dns
|
||||||
hosts: files dns
|
hosts: files dns
|
||||||
|
Loading…
Reference in New Issue
Block a user