SHA256
1
0
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:
Franck Bui 2024-06-18 13:21:13 +00:00 committed by Git OBS Bridge
parent 100675dd27
commit 10b451e019
2 changed files with 7 additions and 2 deletions

View File

@ -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> Tue Jun 18 10:19:19 UTC 2024 - Franck Bui <fbui@suse.com>

View File

@ -606,6 +606,7 @@ Recommends: tpm2.0-tools
%if %{with resolved} %if %{with resolved}
# Optional dep for knot needed by TEST-75-RESOLVED # Optional dep for knot needed by TEST-75-RESOLVED
Recommends: knot Recommends: knot
%endif
%if %{with selinux} %if %{with selinux}
# Optional deps needed by TEST-06-SELINUX (otherwise skipped) # Optional deps needed by TEST-06-SELINUX (otherwise skipped)
Recommends: selinux-policy-devel 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 # are used by test-funtions to find the libs on the host and install them in the
# image, see install_missing_libraries() for details. # image, see install_missing_libraries() for details.
Requires: libidn2 Requires: libidn2
Requires: pkgconfig(libidn2)
%endif
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: attr Requires: attr
Requires: binutils Requires: binutils
@ -637,6 +636,7 @@ Requires: iproute2
Requires: jq Requires: jq
Requires: libcap-progs Requires: libcap-progs
Requires: libfido2 Requires: libfido2
Requires: pkgconfig(libidn2)
%if %{with experimental} %if %{with experimental}
Requires: libpwquality1 Requires: libpwquality1
Requires: libqrencode4 Requires: libqrencode4