From 3a602004c12ec96f1ebce3c51ee34dd943720138 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 20 Feb 2024 15:08:07 -0500 Subject: [PATCH] common.yaml: explicitly list policycoreutils-python-utils We were pulling this in transitively, but we do depend on it in postprocessing steps (for semanage). Let's make it explicit. --- common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.yaml b/common.yaml index 87fbfa7b..25ae04af 100644 --- a/common.yaml +++ b/common.yaml @@ -242,6 +242,8 @@ packages: - WALinuxAgent-udev # Provide fips-mode-setup which is needed by rhcos-fips.sh - crypto-policies-scripts + # For semanage + - policycoreutils-python-utils packages-x86_64: # Temporary add of open-vm-tools. Should be removed when containerized