add back sss to nsswitch.conf we have added workarounds in the tools
This commit is contained in:
parent
d0b1601820
commit
67767852ab
@ -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 33%{?dist}
|
%define glibcrelease 34%{?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:
|
||||||
#
|
#
|
||||||
@ -79,7 +79,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: %{glibcrelease}.1
|
Release: %{glibcrelease}
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -1660,6 +1660,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 22 2014 Dennis Gilmore <dennis@ausil.us> - 2.19.90-34
|
||||||
|
- add back sss to nsswitch.conf we have added workarounds in the tools
|
||||||
|
|
||||||
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 2.19.90-33.1
|
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 2.19.90-33.1
|
||||||
- Rebuild for rpm bug 1131960
|
- Rebuild for rpm bug 1131960
|
||||||
|
|
||||||
|
@ -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
|
passwd: files sss
|
||||||
shadow: files
|
shadow: files sss
|
||||||
group: files
|
group: files sss
|
||||||
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
|
services: files sss
|
||||||
|
|
||||||
netgroup: nisplus
|
netgroup: nisplus sss
|
||||||
|
|
||||||
publickey: nisplus
|
publickey: nisplus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user