From 94bc9204c7b733442ef0b72693e2e05f5befb082 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 17 Nov 2025 10:48:19 -0500 Subject: [PATCH] el10: Move to 10.1 and also use a HC value for epel repos. Signed-off-by: James Antill --- files/common/epel10.repo | 8 ++++++-- files/common/rhel10.repo | 7 ++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/files/common/epel10.repo b/files/common/epel10.repo index 5858918b43..6c0fc38d62 100644 --- a/files/common/epel10.repo +++ b/files/common/epel10.repo @@ -1,13 +1,17 @@ [epel] name=Extras Packages for Enterprise Linux $releasever - $basearch -baseurl=https://infrastructure.fedoraproject.org/pub/epel/$releasever${releasever_minor:+z}/Everything/$basearch/ +# This is a bit too magic, esp. as we are using the infra. repo. and explicitly +# point to a 10.x variant ... might as well do the same here. +# baseurl=https://infrastructure.fedoraproject.org/pub/epel/$releasever${releasever_minor:+z}/Everything/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/pub/epel/10.1/Everything/$basearch/ enabled=1 gpgcheck=1 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/$releasever${releasever_minor:+z}/Everything/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/10.1/Everything/$basearch/ enabled=0 gpgcheck=1 gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10 diff --git a/files/common/rhel10.repo b/files/common/rhel10.repo index f8e7b40927..4079046d70 100644 --- a/files/common/rhel10.repo +++ b/files/common/rhel10.repo @@ -12,23 +12,24 @@ gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg enabled=1 gpgcheck=1 +# NOTE: When you change the 10.x here also change it in the epel10.repo file. [rhel10-BaseOS] name = rhel10 BaseOS $basearch -baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.0/repos/$basearch/baseos +baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.1/repos/$basearch/baseos gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release enabled=1 gpgcheck=1 [rhel10-AppStream] name = rhel10 AppStream $basearch -baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.0/repos/$basearch/appstream +baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.1/repos/$basearch/appstream gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release enabled=1 gpgcheck=1 [rhel10-CRB] name = rhel10 CodeReadyBuilder $basearch -baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.0/repos/$basearch/crb +baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10.1/repos/$basearch/crb gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release enabled=1 gpgcheck=1