From c824e18b458823eb7dd8ca582b0a990bfdc7f257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 14 Sep 2022 20:48:19 +0200 Subject: [PATCH] packit: add epel-9 to copr_build Currently, we build only in the CS9 chroot. It contains newer packages than RHEL 9 has which causes the package built in CS9 chroot uninstallable on RHEL 9 - selinux-policy is the usual suspect. Let's enable builds in the EPEL 9 chroot (which is actually EPEL 9 on RHEL 9) in order to have a repository for users that use RHEL 9. This was requested in the Image Builder chat room. --- .packit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 0fe0ad56..44cf0718 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,6 +28,8 @@ jobs: - centos-stream-9-x86_64 - epel-8-aarch64 - epel-8-x86_64 + - epel-9-aarch64 + - epel-9-x86_64 - fedora-all-aarch64 - fedora-all-s390x - fedora-all-ppc64le @@ -45,6 +47,8 @@ jobs: - centos-stream-9-x86_64 - epel-8-aarch64 - epel-8-x86_64 + - epel-9-aarch64 + - epel-9-x86_64 - fedora-all-aarch64 - fedora-all-s390x - fedora-all-ppc64le