From 70397a60708d09f13d1c50671e09a8997f107750 Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5@fedoraproject.org>
Date: Tue, 17 Dec 2024 17:14:15 +0530
Subject: [PATCH] [skip-ci] Packit: remove epel/rhel copr targets

rhel copr targets are often outdated causing failed builds and tests.
Best to only have CentOS Stream targets upstream, so we ensure
everything that enters RHEL at some point has been tested upstream.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
---
 .packit.yaml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.packit.yaml b/.packit.yaml
index d5416e0f5..655b0db02 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -13,9 +13,6 @@ packages:
     downstream_package_name: containers-common
     pkg_tool: centpkg
     specfile_path: rpm/containers-common.spec
-  containers-common-rhel:
-    downstream_package_name: containers-common
-    specfile_path: rpm/containers-common.spec
   containers-common-eln:
     downstream_package_name: containers-common
     specfile_path: rpm/containers-common.spec
@@ -56,14 +53,6 @@ jobs:
       - centos-stream-9
       - centos-stream-10
 
-  - job: copr_build
-    trigger: pull_request
-    packages: [containers-common-rhel]
-    notifications: *ephemeral_build_failure_notification
-    enable_net: true
-    targets:
-      - epel-9
-
   # Run on commit to main branch
   - job: copr_build
     trigger: commit