From f9cd9fb2fd624f90ae9c2afcbc3bece589b39e8d Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 13 Nov 2025 13:02:38 +0100 Subject: [PATCH] overlay profiles: Move python packages as provided to the prod profile We want to install some SELinux tools written in python to the selinux sysext. Sysexts use the generic profile, so the entries for those packages need to be moved into generic/prod profile. Signed-off-by: Krzesimir Nowak --- .../profiles/coreos/targets/generic/package.provided | 4 ---- .../profiles/coreos/targets/generic/prod/package.provided | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.provided b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.provided index 7125d87e89..180f0382aa 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.provided +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.provided @@ -29,7 +29,3 @@ dev-lang/perl-5.42.0-r1 dev-libs/icu-76.1-r1 dev-perl/Parse-Yapp-1.210.0-r1 dev-perl/JSON-4.100.0 - -# Pulled in by sys-apps/policycoreutils, python stuff. -app-admin/setools-4.5.1 -sys-apps/selinux-python-3.7-r1 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.provided b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.provided index d9bc0a067f..eb5a1b9c13 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.provided +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.provided @@ -1,3 +1,7 @@ # Mark python as provided for selinux stuff. We have put all the # python stuff into install masks by now. dev-lang/python-3.11.12 + +# Pulled in by sys-apps/policycoreutils, python stuff. +app-admin/setools-4.5.1 +sys-apps/selinux-python-3.8.1