From a32d8a9306d3517249cd2be944c0a597d7776a01 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 21 Nov 2024 14:27:44 +0100 Subject: [PATCH 1/2] Fix indenting in packit config file --- .packit.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 522c2a7cd1e..3772b6b2f1b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,11 +5,11 @@ specfile_path: foreman.spec # add or remove files that should be synced files_to_sync: - - foreman.spec - - foreman.logrotate - - foreman.cron.d - - foreman.tmpfiles - - .packit.yaml + - foreman.spec + - foreman.logrotate + - foreman.cron.d + - foreman.tmpfiles + - .packit.yaml # name in upstream package repository or registry (e.g. in PyPI) upstream_package_name: foreman From 22b0cc786cdb2cf9ae612a23485eb6db035a8f96 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 21 Nov 2024 14:27:53 +0100 Subject: [PATCH 2/2] Drop EL 8 from Packit config --- .packit.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 3772b6b2f1b..5396925f614 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,10 +28,6 @@ jobs: - job: copr_build trigger: pull_request targets: - rhel-8: - additional_modules: "foreman-devel:el8" - additional_repos: - - https://yum.theforeman.org/releases/nightly/el8/x86_64/ rhel-9: additional_modules: "foreman-devel:el9" additional_repos: