remove sss from default nsswitch.conf it causes issues with live image composing
This commit is contained in:
parent
75bedb0a34
commit
87e4cc74d7
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.19-883-g7e54fd0
|
||||
%define glibcversion 2.19.90
|
||||
%define glibcrelease 32%{?dist}
|
||||
%define glibcrelease 33%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -1660,6 +1660,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 19 2014 Dennis Gilmore <dennis@ausil.us> - 2.19.90-33
|
||||
- remove sss from default nsswitch.conf it causes issues with live image composing
|
||||
|
||||
* Wed Aug 13 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.19.90-32
|
||||
- Auto-sync with upstream master.
|
||||
- Revert to only defining __extern_always_inline for g++-4.3+.
|
||||
|
@ -30,9 +30,9 @@
|
||||
#shadow: db files nisplus nis
|
||||
#group: db files nisplus nis
|
||||
|
||||
passwd: files sss
|
||||
shadow: files sss
|
||||
group: files sss
|
||||
passwd: files
|
||||
shadow: files
|
||||
group: files
|
||||
initgroups: files
|
||||
|
||||
#hosts: db files nisplus nis dns
|
||||
@ -53,9 +53,9 @@ netmasks: files
|
||||
networks: files
|
||||
protocols: files
|
||||
rpc: files
|
||||
services: files sss
|
||||
services: files
|
||||
|
||||
netgroup: nisplus sss
|
||||
netgroup: nisplus
|
||||
|
||||
publickey: nisplus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user