forked from pool/patterns-base
Accepting request 1238249 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/1238249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-base?expand=0&rev=116
This commit is contained in:
commit
64f492cfca
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 12:52:36 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- selinux: Turn recommends for container-selinux into a hard but
|
||||||
|
conditional dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 13:12:09 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
Thu Dec 19 13:12:09 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package patterns-base
|
# spec file for package patterns-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -672,9 +672,11 @@ Requires: selinux-policy
|
|||||||
Requires: selinux-policy-base
|
Requires: selinux-policy-base
|
||||||
Requires: selinux-tools
|
Requires: selinux-tools
|
||||||
Requires: pattern() = minimal_base
|
Requires: pattern() = minimal_base
|
||||||
|
# Needed for podman et al.
|
||||||
|
Requires: (container-selinux if libcontainers-common)
|
||||||
Recommends: checkpolicy
|
Recommends: checkpolicy
|
||||||
Recommends: container-selinux
|
# Use targeted as default policy if none was explicitly requested.
|
||||||
Recommends: selinux-policy-targeted
|
Suggests: selinux-policy-targeted
|
||||||
|
|
||||||
%description selinux
|
%description selinux
|
||||||
Security-Enhanced Linux (SELinux) provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).
|
Security-Enhanced Linux (SELinux) provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).
|
||||||
|
Loading…
Reference in New Issue
Block a user