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:
parent
12c1190a79
commit
ffa9f0ac80
32
systemd.spec
32
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)
|
||||
|
Loading…
Reference in New Issue
Block a user