From 2177ae391d4154e88faa3ac7be648d6c3d969129 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Feb 03 2022 15:01:40 +0000 Subject: 4.5: add mirrorlist and fix names Add mirrorlist to repos which are mirrored and fixed some repo name which were not using $release. Signed-off-by: Sandro Bonazzola --- diff --git a/SOURCES/CentOS-oVirt-4.5.repo b/SOURCES/CentOS-oVirt-4.5.repo index f3536de..cb55860 100644 --- a/SOURCES/CentOS-oVirt-4.5.repo +++ b/SOURCES/CentOS-oVirt-4.5.repo @@ -1,10 +1,18 @@ # Please see http://wiki.centos.org/SpecialInterestGroup/Virtualization for more # information +# +# The mirrorlist system uses the connecting IP address of the client and the +# update status of each mirror to pick current mirrors that are geographically +# close to the client. You should use this for CentOS updates unless you are +# manually picking other mirrors. +# +# If the mirrorlist does not work for you, you can try the commented out +# baseurl line instead. [centos-ovirt45] name=CentOS Stream $releasever - oVirt 4.5 -baseurl=http://mirror.centos.org/centos/$stream/virt/$basearch/ovirt-45/ -# mirrorlist missing http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=virt-ovirt-45 +# baseurl=http://mirror.centos.org/centos/$stream/virt/$basearch/ovirt-45/ +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=virt-ovirt-45 gpgcheck=1 enabled=1 module_hotfixes=1 @@ -21,7 +29,6 @@ module_hotfixes=1 [centos-ovirt45-debug] name=CentOS Stream $releasever - oVirt 4.5 - Debug baseurl=http://debuginfo.centos.org/centos/$stream/virt/$basearch/ -# mirrorlist missing gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization @@ -29,18 +36,17 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization [centos-ovirt45-source] name=CentOS Stream $releasever - oVirt 4.5 - Source baseurl=https://vault.centos.org/centos/$stream/virt/Source/ovirt-45/ -# mirrorlist missing gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization # The following repositories are provided as no centos-release-* rpm is available yet for them - # These are already avaliable as released repositories [ovirt-45-centos-stream-gluster10] -name=CentOS Stream 8 - oVirt 4.5 - Glusterfs 10 -baseurl=http://mirror.centos.org/centos/$stream/storage/$basearch/gluster-10/ +name=CentOS Stream $releasever - oVirt 4.5 - Glusterfs 10 +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=storage-gluster-10 +# baseurl=http://mirror.centos.org/centos/$stream/storage/$basearch/gluster-10/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage @@ -48,7 +54,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage # These are avaliable only as testing repositories [ovirt-45-centos-stream-openstack-yoga-testing] -name=CentOS Stream 9 - oVirt 4.5 - OpenStack Yoga Repository - testing +name=CentOS Stream $releasever - oVirt 4.5 - OpenStack Yoga Repository - testing baseurl=https://buildlogs.centos.org/centos/$stream/cloud/$basearch/openstack-yoga/ gpgcheck=0 enabled=1