From 590e93775aefc6f815e5d36beb8dde1327cf4a076e4ed40dba284429e91a4032 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Aug 2023 09:06:45 +0000 Subject: [PATCH] Accepting request 1104340 from home:jsegitz:branches:Base:System - Recommend selinux-policy-devel instead of requiring it in line with other tests. Add Recommends for selinux-policy-targeted as this is also required to run the test (in general any SELinux policy should do) OBS-URL: https://build.opensuse.org/request/show/1104340 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1423 --- systemd.changes | 8 ++++++++ systemd.spec | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/systemd.changes b/systemd.changes index 2aef66bf..4ad4bb9b 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 17 09:01:36 UTC 2023 - Johannes Segitz + +- Recommend selinux-policy-devel instead of requiring it in line with + other tests. Add Recommends for selinux-policy-targeted as this is + also required to run the test (in general any SELinux policy should + do) + ------------------------------------------------------------------- Wed Aug 16 16:51:01 UTC 2023 - Ludwig Nussel diff --git a/systemd.spec b/systemd.spec index 831a7fbc..47d8380c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -584,6 +584,9 @@ Recommends: tpm2.0-tools %if %{with resolved} # Optional dep for knot needed by TEST-75-RESOLVED Recommends: knot +# Optional deps needed by TEST-06-SELINUX (otherwise skipped) +Recommends: selinux-policy-devel +Recommends: selinux-policy-targeted Requires: libidn2 Requires: pkgconfig(libidn2) %endif @@ -612,7 +615,6 @@ Requires: netcat Requires: python3-pexpect Requires: qemu-kvm Requires: quota -Requires: selinux-policy-devel Requires: socat Requires: squashfs Requires: systemd-container