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 glibcsrcdir glibc-2.19-883-g7e54fd0
|
||||||
%define glibcversion 2.19.90
|
%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
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -1660,6 +1660,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 13 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.19.90-32
|
||||||
- Auto-sync with upstream master.
|
- Auto-sync with upstream master.
|
||||||
- Revert to only defining __extern_always_inline for g++-4.3+.
|
- Revert to only defining __extern_always_inline for g++-4.3+.
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
#shadow: db files nisplus nis
|
#shadow: db files nisplus nis
|
||||||
#group: db files nisplus nis
|
#group: db files nisplus nis
|
||||||
|
|
||||||
passwd: files sss
|
passwd: files
|
||||||
shadow: files sss
|
shadow: files
|
||||||
group: files sss
|
group: files
|
||||||
initgroups: files
|
initgroups: files
|
||||||
|
|
||||||
#hosts: db files nisplus nis dns
|
#hosts: db files nisplus nis dns
|
||||||
@ -53,9 +53,9 @@ netmasks: files
|
|||||||
networks: files
|
networks: files
|
||||||
protocols: files
|
protocols: files
|
||||||
rpc: files
|
rpc: files
|
||||||
services: files sss
|
services: files
|
||||||
|
|
||||||
netgroup: nisplus sss
|
netgroup: nisplus
|
||||||
|
|
||||||
publickey: nisplus
|
publickey: nisplus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user