1
0
Fork 0
forked from infra/ansible

Switch epel10.repo to use epel/10z

The epel/10 symlink tracks the latest EPEL 10 minor version, which
targets CentOS 10.  The epel/10z symlink tracks the EPEL 10 minor
version corresponding to RHEL 10.  Since we're using RHEL 10 in the
infrastructure, we need to use epel/10z to ensure compatibility.

Follow up to 1963b068d3.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George 2026-06-08 10:40:01 -05:00 committed by Kevin Fenzi
commit 8e959f2f08

View file

@ -4,7 +4,7 @@ name=Extras Packages for Enterprise Linux $releasever - $basearch
# So, we want to just point to '10' here and depend on the link that exists
# to point us to the newest minor release.
# baseurl=https://infrastructure.fedoraproject.org/pub/epel/$releasever${releasever_minor:+z}/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/10z/Everything/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
@ -12,7 +12,7 @@ gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
[epel-testing]
name=Extras Packages for Enterprise Linux $releasever - $basearch
# baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/$releasever${releasever_minor:+z}/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/10/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/10z/Everything/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10