forked from pool/systemd
- systemd.spec: move a misplaced %endif in the testsuite sub-package.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1531
This commit is contained in:
parent
100675dd27
commit
10b451e019
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 13:20:26 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd.spec: move a misplaced %endif in the testsuite sub-package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 10:19:19 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -606,6 +606,7 @@ Recommends: tpm2.0-tools
|
||||
%if %{with resolved}
|
||||
# Optional dep for knot needed by TEST-75-RESOLVED
|
||||
Recommends: knot
|
||||
%endif
|
||||
%if %{with selinux}
|
||||
# Optional deps needed by TEST-06-SELINUX (otherwise skipped)
|
||||
Recommends: selinux-policy-devel
|
||||
@ -624,8 +625,6 @@ Requires: user(nobody)
|
||||
# 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: libidn2
|
||||
Requires: pkgconfig(libidn2)
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: attr
|
||||
Requires: binutils
|
||||
@ -637,6 +636,7 @@ Requires: iproute2
|
||||
Requires: jq
|
||||
Requires: libcap-progs
|
||||
Requires: libfido2
|
||||
Requires: pkgconfig(libidn2)
|
||||
%if %{with experimental}
|
||||
Requires: libpwquality1
|
||||
Requires: libqrencode4
|
||||
|
Loading…
Reference in New Issue
Block a user