diff --git a/systemd.spec b/systemd.spec index d30876c..2444a3c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -615,22 +615,6 @@ Recommends: selinux-policy-targeted Requires: %{name} = %{version}-%{release} # System users/groups that some tests rely on. Requires: group(bin) -Requires: group(daemon) -Requires: group(games) -Requires: group(nobody) -Requires: user(bin) -Requires: user(daemon) -Requires: user(games) -Requires: user(nobody) -# The following deps on libs are for test-dlopen-so whereas the pkgconfig ones -# are used by test-funtions to find the libs on the host and install them in the -# image, see install_missing_libraries() for details. -Requires: pkgconfig(libfido2) -Requires: pkgconfig(libidn2) -%if %{with experimental} -Requires: pkgconfig(libqrencode) -Requires: pkgconfig(pwquality) -%endif Requires: attr Requires: binutils Requires: busybox-static @@ -650,6 +634,22 @@ Requires: quota Requires: socat Requires: squashfs Requires: systemd-container +Requires: group(daemon) +Requires: group(games) +Requires: group(nobody) +Requires: user(bin) +Requires: user(daemon) +Requires: user(games) +Requires: user(nobody) +# The following deps on libs are for test-dlopen-so whereas the pkgconfig ones +# are used by test-funtions to find the libs on the host and install them in the +# image, see install_missing_libraries() for details. +Requires: pkgconfig(libfido2) +Requires: pkgconfig(libidn2) +%if %{with experimental} +Requires: pkgconfig(libqrencode) +Requires: pkgconfig(pwquality) +%endif Requires: pkgconfig(tss2-esys) Requires: pkgconfig(tss2-mu) Requires: pkgconfig(tss2-rc)