Thorsten Kukuk 2024-12-19 22:01:11 +00:00 committed by Git OBS Bridge
parent a787c1dc95
commit a1088879d8
3 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed Dec 18 09:27:18 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- Revert last changes partly, add Conflict for systemd < 238
-------------------------------------------------------------------
Wed Dec 11 11:05:25 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -42,7 +42,6 @@ Group: System/Packages
Requires(pre): (/usr/sbin/useradd or busybox)
# prefer original shadow over busybox by default
Suggests: shadow
Conflicts: systemd < 238
%description -n sysuser-shadow
This package contians a tool, which expects as input a sysusers.d

View File

@ -13,7 +13,9 @@ if [ -x /usr/bin/systemd-sysusers ] && [ -e /proc/version ]; then
REPLACE_ARG="--replace=/usr/lib/sysusers.d/$1"
fi
# Use systemd-sysusers and let it read the input directly from stdin
run /usr/bin/systemd-sysusers $REPLACE_ARG -
if ! run /usr/bin/systemd-sysusers $REPLACE_ARG - ; then
run /usr/bin/systemd-sysusers -
fi
else
# Absolute path to busybox, if found
busybox=