From 9b6ea167352f107c6c5717a8fc4fc415660184d2 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 21 Nov 2024 14:29:10 +0100 Subject: [PATCH 1/2] Fix indenting in Packit config (cherry picked from commit df063a5b90faba7899d224a1a465697f53317662) --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 2cadfb25..bc1f95fc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,8 +5,8 @@ specfile_path: foreman-installer.spec # add or remove files that should be synced files_to_sync: - - foreman-installer.spec - - .packit.yaml + - foreman-installer.spec + - .packit.yaml # name in upstream package repository or registry (e.g. in PyPI) upstream_package_name: foreman-installer From faa65e923490e9aa825178ae0b48cd85f8cf760e Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 21 Nov 2024 14:29:29 +0100 Subject: [PATCH 2/2] Drop EL 8 from Packit config (cherry picked from commit 8a76d82152c1232131645f97a2b948f4e8235b20) --- .packit.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index bc1f95fc..f80e3815 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,11 +30,6 @@ jobs: - job: copr_build trigger: pull_request targets: - rhel-8: - additional_modules: "foreman:el8" - additional_repos: - - https://yum.theforeman.org/releases/nightly/el8/x86_64/ - - https://yum.puppet.com/puppet7/el/8/x86_64/ rhel-9: additional_repos: - https://yum.theforeman.org/releases/nightly/el9/x86_64/