forked from pool/systemd
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
This commit is contained in:
parent
8a604abdb4
commit
590e93775a
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 17 09:01:36 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <lnussel@suse.de>
|
Wed Aug 16 16:51:01 UTC 2023 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -584,6 +584,9 @@ 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
|
||||||
|
# Optional deps needed by TEST-06-SELINUX (otherwise skipped)
|
||||||
|
Recommends: selinux-policy-devel
|
||||||
|
Recommends: selinux-policy-targeted
|
||||||
Requires: libidn2
|
Requires: libidn2
|
||||||
Requires: pkgconfig(libidn2)
|
Requires: pkgconfig(libidn2)
|
||||||
%endif
|
%endif
|
||||||
@ -612,7 +615,6 @@ Requires: netcat
|
|||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
Requires: qemu-kvm
|
Requires: qemu-kvm
|
||||||
Requires: quota
|
Requires: quota
|
||||||
Requires: selinux-policy-devel
|
|
||||||
Requires: socat
|
Requires: socat
|
||||||
Requires: squashfs
|
Requires: squashfs
|
||||||
Requires: systemd-container
|
Requires: systemd-container
|
||||||
|
Loading…
Reference in New Issue
Block a user