From f86c2748e076aba634e9b6b78126bea02577a670 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 19 Apr 2024 16:15:15 -0400 Subject: [PATCH] Switch packit configuration to use epel-9-$arch ... instead of centos-stream+epel-next-9-$arch, mirroring a change which was just made in https://github.com/containers/podman/pull/22432 Signed-off-by: Nalin Dahyabhai --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 76b297c14aa..c63311c8cbf 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -22,8 +22,8 @@ jobs: - fedora-eln-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-9-x86_64 + - epel-9-aarch64 additional_repos: - "copr://rhcontainerbot/podman-next"