public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/epel-release] epel9: Fix crb script for RHEL rhui repositories (#2308671 #c9)
@ 2026-06-23 22:01 Troy Dawson
  0 siblings, 0 replies; 2+ messages in thread
From: Troy Dawson @ 2026-06-23 22:01 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/epel-release
            Branch : epel9
            Commit : 330d3ab68e1a08623b27a7878e1e5b8f0e336693
            Author : Troy Dawson <tdawson@redhat.com>
            Date   : 2026-06-23T15:01:04-07:00
            Stats  : +4/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/epel-release/c/330d3ab68e1a08623b27a7878e1e5b8f0e336693?branch=epel9

            Log:
            Fix crb script for RHEL rhui repositories (#2308671 #c9)

Signed-off-by: Troy Dawson <tdawson@redhat.com>

---
diff --git a/epel-release.spec b/epel-release.spec
index 9c0a680..8097f02 100644
--- a/epel-release.spec
+++ b/epel-release.spec
@@ -6,7 +6,7 @@
 
 Name:           epel-release
 Version:        9
-Release:        10%{dist}
+Release:        11%{dist}
 Summary:        Extra Packages for Enterprise Linux repository configuration
 License:        GPLv2
 
@@ -133,6 +133,9 @@ fi
 
 
 %changelog
+* Tue Jun 23 2026 Troy Dawson <tdawson@redhat.com> - 9-11
+- Fix crb script for RHEL rhui repositories (#2308671 #c9)
+
 * Tue Apr 22 2025 Troy Dawson <tdawson@redhat.com> - 9-10
 - Tweak crb script. Add FORCE_DNF option
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/epel-release] epel9: Fix crb script for RHEL rhui repositories (#2308671 #c9)
@ 2026-06-18 16:20 Robert Scheck
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Scheck @ 2026-06-18 16:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/epel-release
Branch : epel9
Commit : 037c1b0410229c500f151db15d50cab5787a8d96
Author : Robert Scheck <robert@fedoraproject.org>
Date   : 2026-05-26T16:55:29+00:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/epel-release/c/037c1b0410229c500f151db15d50cab5787a8d96?branch=epel9

Log:
Fix crb script for RHEL rhui repositories (#2308671 #c9)

---
diff --git a/crb b/crb
index 452de3d..d450103 100755
--- a/crb
+++ b/crb
@@ -32,7 +32,7 @@ usage() {
 # Show the status
 show_status()(
     # Determine if a version of CRB is enabled
-    crb_repo=$(dnf repolist | grep -i -e crb -e powertools -e codeready | grep -v -i -e debug -e source -e eus -e virt -e rhui | awk '{print $1}')
+    crb_repo=$(dnf repolist | grep -i -e crb -e powertools -e codeready | grep -v -i -e debug -e source -e eus -e virt | awk '{print $1}' | head -n1)
     if [ "${crb_repo}" == "" ] ; then
         echo "CRB repo is disabled"
     else
@@ -44,7 +44,7 @@ show_status()(
 enable_disable_repo(){
     command="$1"
     # Determine which repo we need to change
-    crb_repo=$(dnf repolist --all | grep -i -e crb -e powertools -e codeready | grep -v -i -e debug -e source -e eus -e virt -e rhui | awk '{print $1}')
+    crb_repo=$(dnf repolist --all | grep -i -e crb -e powertools -e codeready | grep -v -i -e debug -e source -e eus -e virt | awk '{print $1}' | head -n1)
 
     # Determine if we are on RHEL or not, then do the correct steps
         source /etc/os-release

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-23 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 22:01 [rpms/epel-release] epel9: Fix crb script for RHEL rhui repositories (#2308671 #c9) Troy Dawson
  -- strict thread matches above, loose matches on Subject: below --
2026-06-18 16:20 Robert Scheck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox