3ed9daed62
Resolves: RHEL-58460 : podman - redhat.rhel_system_roles.podman fails to configure and run containers with podman rootless using different username and groupname. fix issue with podman error removing kube specs on 8.8 and 9.2 managed nodes - covered by tests_basic.yml https://github.com/linux-system-roles/podman/pull/186 fix issue with missing grubby testing on el8 ostree https://github.com/linux-system-roles/podman/pull/187 fix issue with podman not working on 8.8/9.2 https://github.com/linux-system-roles/podman/pull/188 (cherry picked from commit 0a5df90210d55c6d10f2d8333997932cb5f1305f)
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From f5d7e3088a8662798ced2294ca9059799b7e1c33 Mon Sep 17 00:00:00 2001
|
|
From: Rich Megginson <rmeggins@redhat.com>
|
|
Date: Fri, 25 Oct 2024 11:12:08 -0600
|
|
Subject: [PATCH 117/117] test: need grubby for el8 testing for ostree
|
|
|
|
EL8 tests need grubby for ostree building
|
|
|
|
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
|
|
(cherry picked from commit 881a03569b6dbebaf9fc9720ffe85039d1d0b72d)
|
|
---
|
|
.ostree/packages-testing-CentOS-8.txt | 1 +
|
|
.ostree/packages-testing-RedHat-8.txt | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
create mode 100644 .ostree/packages-testing-CentOS-8.txt
|
|
create mode 100644 .ostree/packages-testing-RedHat-8.txt
|
|
|
|
diff --git a/.ostree/packages-testing-CentOS-8.txt b/.ostree/packages-testing-CentOS-8.txt
|
|
new file mode 100644
|
|
index 0000000..ae5e93e
|
|
--- /dev/null
|
|
+++ b/.ostree/packages-testing-CentOS-8.txt
|
|
@@ -0,0 +1 @@
|
|
+grubby
|
|
diff --git a/.ostree/packages-testing-RedHat-8.txt b/.ostree/packages-testing-RedHat-8.txt
|
|
new file mode 100644
|
|
index 0000000..ae5e93e
|
|
--- /dev/null
|
|
+++ b/.ostree/packages-testing-RedHat-8.txt
|
|
@@ -0,0 +1 @@
|
|
+grubby
|
|
--
|
|
2.47.0
|
|
|