diff --git a/glibc.spec b/glibc.spec index d7fe02f..68aed24 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.19-883-g7e54fd0 %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 # effectively: # @@ -79,7 +79,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: %{glibcrelease}.1 +Release: %{glibcrelease} # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1660,6 +1660,9 @@ rm -f *.filelist* %endif %changelog +* Fri Aug 22 2014 Dennis Gilmore - 2.19.90-34 +- add back sss to nsswitch.conf we have added workarounds in the tools + * Thu Aug 21 2014 Kevin Fenzi - 2.19.90-33.1 - Rebuild for rpm bug 1131960 diff --git a/nsswitch.conf b/nsswitch.conf index 7a116ec..2f6c84e 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -30,9 +30,9 @@ #shadow: db files nisplus nis #group: db files nisplus nis -passwd: files -shadow: files -group: files +passwd: files sss +shadow: files sss +group: files sss initgroups: files #hosts: db files nisplus nis dns @@ -53,9 +53,9 @@ netmasks: files networks: files protocols: files rpc: files -services: files +services: files sss -netgroup: nisplus +netgroup: nisplus sss publickey: nisplus