diff --git a/glibc.changes b/glibc.changes index ca1709e..bb50974 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 26 11:34:45 CET 2019 - kukuk@suse.de + +- nsswitch.conf: add usrfiles for services, protocols, rpc, ethers + and aliases for /usr/etc move + ------------------------------------------------------------------- Mon Oct 14 13:36:30 UTC 2019 - Andreas Schwab diff --git a/glibc.spec b/glibc.spec index d34ec2a..421d285 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,7 +1,7 @@ # # spec file for package glibc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -157,7 +157,7 @@ Release: 0 %define git_id %(echo %version | sed 's/.*\.g//') %define libversion %(echo %version | sed 's/\.[^.]*\.g.*//') %endif -Url: http://www.gnu.org/software/libc/libc.html +URL: http://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build %if !%{build_snapshot} Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz diff --git a/nsswitch.conf b/nsswitch.conf index bc5baac..aa18347 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -29,14 +29,14 @@ shadow: compat hosts: files dns networks: files dns -services: files -protocols: files -rpc: files -ethers: files +services: files usrfiles +protocols: files usrfiles +rpc: files usrfiles +ethers: files usrfiles netmasks: files netgroup: files nis publickey: files bootparams: files automount: files nis -aliases: files +aliases: files usrfiles