SHA256
1
0
forked from pool/systemd

reorder the runtime deps of the testsuite package so the format_spec_file thingy stop screwing up the spec file...

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1533
This commit is contained in:
Franck Bui 2024-06-18 13:55:55 +00:00 committed by Git OBS Bridge
parent 5fca478779
commit d08d1be4cc

View File

@ -615,22 +615,6 @@ Recommends: selinux-policy-targeted
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
# System users/groups that some tests rely on. # System users/groups that some tests rely on.
Requires: group(bin) 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: attr
Requires: binutils Requires: binutils
Requires: busybox-static Requires: busybox-static
@ -650,6 +634,22 @@ Requires: quota
Requires: socat Requires: socat
Requires: squashfs Requires: squashfs
Requires: systemd-container 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-esys)
Requires: pkgconfig(tss2-mu) Requires: pkgconfig(tss2-mu)
Requires: pkgconfig(tss2-rc) Requires: pkgconfig(tss2-rc)