Accepting request 1152035 from home:lnussel:branches:Base:System

- nsswitch.conf: Add systemd also for shadow lookups, use merge
  strategy for group lookups

OBS-URL: https://build.opensuse.org/request/show/1152035
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=697
This commit is contained in:
Andreas Schwab 2024-02-29 10:15:14 +00:00 committed by Git OBS Bridge
parent 5540dd8e5f
commit cb1bea70cb
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 27 08:14:31 UTC 2024 - Ludwig Nussel <lnussel@suse.com>
- nsswitch.conf: Add systemd also for shadow lookups, use merge
strategy for group lookups
-------------------------------------------------------------------
Mon Feb 26 12:48:48 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -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

View File

@ -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