From b4577664a46b0e2fce8d57e2e20a5468f8bd1ceb Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Sat, 28 Sep 2024 00:03:35 +0000 Subject: [PATCH 1/3] Bump fedora-coreos-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dusty Mabe (3): denylist: drop denials for yum repo errors tests/kola: rename selinux.default test to selinux.unmodified-policy tests/kola: catch SELinux unlabeled and mislabeled files Jonathan Lebon (1): tests/kola: add more context on weird /var/mnt directory Michael Armijo (2): tests/update-ca-trust: validate new ca-bundle.crt location denylist: extend snooze for `kdump.crash` Timothée Ravier (3): manifests: Move NetworkManager-team/teamd to EL9 shared manifest manifests: Move runc to EL9 shared manifest manifests: Move GPU firmwares & kdump tools to EL10 shared manifest gursewak1997 (1): denylist: drop denial for ignition.ssh.key jbtrystram (1): overlay.d: add 07fix-selinux-labels overlay --- fedora-coreos-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-coreos-config b/fedora-coreos-config index 19803861..53088cbf 160000 --- a/fedora-coreos-config +++ b/fedora-coreos-config @@ -1 +1 @@ -Subproject commit 19803861fbd73c035f3529a72bdf84bdfbd231f0 +Subproject commit 53088cbfab1c5910d6e3cbce9eb5d73a7d93779e From fb034cb0c2866d3fb6c98f86cd797a9ce7407fcb Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 27 Sep 2024 21:22:48 -0400 Subject: [PATCH 2/3] overlay.d: add symlink to 07fix-selinux-labels The 07fix-selinux-labels overlay was added in FCOS in [1]. Let's symlink it here so we can pick up the change in RHCOS. [1] https://github.com/coreos/fedora-coreos-config/commit/2e355fdd6494612489a488cd6299944e032204f4 --- overlay.d/07fix-selinux-labels | 1 + 1 file changed, 1 insertion(+) create mode 120000 overlay.d/07fix-selinux-labels diff --git a/overlay.d/07fix-selinux-labels b/overlay.d/07fix-selinux-labels new file mode 120000 index 00000000..c7b8cd46 --- /dev/null +++ b/overlay.d/07fix-selinux-labels @@ -0,0 +1 @@ +../fedora-coreos-config/overlay.d/07fix-selinux-labels \ No newline at end of file From e6398a4e6def47ec6773c86d14efaf5ab081d915 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sat, 28 Sep 2024 12:09:30 -0400 Subject: [PATCH 3/3] common.yaml: include fedora-coreos-config/manifests/shared-el9.yaml Introduced upstream in [1]. [1] https://github.com/coreos/fedora-coreos-config/commit/09910300df233c94b95c18a07af36e7eaa1b4945 --- common.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.yaml b/common.yaml index 8af9990f..d0bc6749 100644 --- a/common.yaml +++ b/common.yaml @@ -38,6 +38,11 @@ conditional-include: include: zram-no-defaults.yaml - if: osversion == "rhel-9.4" include: zram-no-defaults.yaml + # Packages specific to el9 + - if: osversion == "c9s" + include: fedora-coreos-config/manifests/shared-el9.yaml + - if: osversion == "rhel-9.4" + include: fedora-coreos-config/manifests/shared-el9.yaml documentation: false