From a09ba109d968b9053f58fe54db4fa67298b1a082 Mon Sep 17 00:00:00 2001 From: Yariv Rachmani Date: Thu, 27 Feb 2025 23:23:20 +0200 Subject: [PATCH] Fix merge errors (#735) resolve #677 There is misssing target for epel-10 There is missing dependency bluechi-selinux exist in epel and not c10s Signed-off-by: Yariv Rachmani --- .packit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 5b9cb3a0..7fb455ed 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,6 +45,9 @@ jobs: - epel-9-aarch64 - epel-9-ppc64le - epel-9-x86_64 + - epel-10-aarch64 + - epel-10-ppc64le + - epel-10-x86_64 - job: tests trigger: pull_request