From f03955714736b8fb5a878c2c362b01cfd0d49c42 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 6 Feb 2024 10:35:43 -0500 Subject: [PATCH 1/2] Use rhel-8 chroot for packit --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 687edd8f0..d26dc4c01 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,8 +30,8 @@ jobs: - job: copr_build trigger: pull_request targets: - centos-stream-8: - additional_modules: "foreman:el8,nodejs:12" + rhel-8: + additional_modules: "foreman:el8,nodejs:14" additional_repos: - http://koji.katello.org/releases/yum/foreman-nightly/el8/x86_64/ module_hotfixes: true From 1688c2d660ff886dc7212447505b7b1536afe53c Mon Sep 17 00:00:00 2001 From: Eric Helms Date: Fri, 9 Feb 2024 08:01:48 -0500 Subject: [PATCH 2/2] Update .packit.yaml Co-authored-by: Evgeni Golov --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index d26dc4c01..40b46ce77 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -31,7 +31,7 @@ jobs: trigger: pull_request targets: rhel-8: - additional_modules: "foreman:el8,nodejs:14" + additional_modules: "foreman:el8" additional_repos: - http://koji.katello.org/releases/yum/foreman-nightly/el8/x86_64/ module_hotfixes: true