From ca8e7f54ce720f6f8f614da8314ee9a05f91f3e4e733e11b1f9a5ba0d2e7ab04 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 18 Jun 2024 13:21:13 +0000 Subject: [PATCH] - 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 --- systemd.changes | 5 +++++ systemd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/systemd.changes b/systemd.changes index f0da168a..08a2647d 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 18 13:20:26 UTC 2024 - Franck Bui + +- systemd.spec: move a misplaced %endif in the testsuite sub-package. + ------------------------------------------------------------------- Tue Jun 18 10:19:19 UTC 2024 - Franck Bui diff --git a/systemd.spec b/systemd.spec index efa4850e..9579ac23 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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