From 97b76bcad759799ca49a7bae4420e10fcf3620db Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Fri, 19 Apr 2024 08:19:15 +0200 Subject: [PATCH] Packit: switch to EPEL instead of centos-stream+epel-next Signed-off-by: Sascha Grunert --- .packit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index eb23fbd50e..ac00ba11a2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -26,10 +26,10 @@ jobs: targets: - fedora-all-x86_64 - fedora-all-aarch64 - - centos-stream+epel-next-8-x86_64 - - centos-stream+epel-next-8-aarch64 - - centos-stream+epel-next-9-x86_64 - - centos-stream+epel-next-9-aarch64 + - epel-8-x86_64 + - epel-8-aarch64 + - epel-9-x86_64 + - epel-9-aarch64 additional_repos: - "copr://rhcontainerbot/podman-next"