It turns out that rpm-ostree might not be ready for this change.
https://github.com/coreos/rpm-ostree/issues/5333
https://gitlab.com/fedora/ostree/sig/-/issues/70
(maybe https://github.com/fedora-silverblue/issue-tracker/issues/636)
This reverts commit 1bdfa29ce2.
We don't actually need this change in F42, it's fine it only happens
in rawhide.
10 lines
343 B
Text
10 lines
343 B
Text
# RPM macros for packages creating system accounts
|
|
#
|
|
# Turn a sysusers.d file into macros specified by
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroups/#_dynamic_allocation
|
|
|
|
%sysusers_requires_compat Requires(pre): shadow-utils
|
|
|
|
%sysusers_create_compat() \
|
|
%(%{_rpmconfigdir}/sysusers.generate-pre.sh %{?*}) \
|
|
%{nil}
|