diff --git a/glibc.changes b/glibc.changes index 528b9f6..e7e49e7 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 08:14:31 UTC 2024 - Ludwig Nussel + +- nsswitch.conf: Add systemd also for shadow lookups, use merge + strategy for group lookups + ------------------------------------------------------------------- Mon Feb 26 12:48:48 UTC 2024 - Andreas Schwab diff --git a/glibc.spec b/glibc.spec index de4a33c..34a82b6 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package glibc # # Copyright (c) 2024 SUSE LLC # @@ -351,7 +351,7 @@ Summary: Info Files for the GNU C Library License: GFDL-1.1-only Group: Documentation/Other Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} BuildArch: noarch %description info diff --git a/nsswitch.conf b/nsswitch.conf index 4095b8c..5d17aec 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -53,8 +53,8 @@ # group: db files passwd: compat systemd -group: compat systemd -shadow: compat +group: compat [SUCCESS=merge] systemd +shadow: compat systemd # Allow initgroups to default to the setting for group. # initgroups: compat