1
0
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:
Ana Guerrero 2025-01-17 17:37:18 +00:00 committed by Git OBS Bridge
commit 64f492cfca
2 changed files with 11 additions and 3 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -672,9 +672,11 @@ Requires: selinux-policy
Requires: selinux-policy-base
Requires: selinux-tools
Requires: pattern() = minimal_base
# Needed for podman et al.
Requires: (container-selinux if libcontainers-common)
Recommends: checkpolicy
Recommends: container-selinux
Recommends: selinux-policy-targeted
# Use targeted as default policy if none was explicitly requested.
Suggests: selinux-policy-targeted
%description selinux
Security-Enhanced Linux (SELinux) provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).