From 5210483ff59b4ca22637e08f24e0d6feb1bf8259 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 24 2019 14:07:30 +0000 Subject: [PATCH 1/2] Switched CR to mirrorlist by default, supported by mirrorlist.c.o Signed-off-by: Fabian Arrotin --- diff --git a/SOURCES/CentOS-CR.repo b/SOURCES/CentOS-CR.repo index 1fa1530..70b579b 100644 --- a/SOURCES/CentOS-CR.repo +++ b/SOURCES/CentOS-CR.repo @@ -13,16 +13,11 @@ # The CR repo is shipped in a disabled state by default; its important that users # understand the implications of turning this on. # -# NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available -# to everyone as soon as possible, and not need to wait for the external -# mirror network to seed first. However, many local mirrors will carry CR repos -# and if desired you can use one of these local mirrors by editing the baseurl -# line in the repo config below. -# [cr] name=CentOS-$releasever - cr -baseurl=http://mirror.centos.org/$contentdir/$releasever/cr/$basearch/os/ +mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=cr&infra=$infra +#baseurl=http://mirror.centos.org/$contentdir/$releasever/cr/$basearch/os/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial From c4dd5c86fa3c2cc6c9625e0eb9b527a1982c3e0b Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 24 2019 14:10:10 +0000 Subject: [PATCH 2/2] Bumped release/version for new pkg Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/centos-release.spec b/SPECS/centos-release.spec index c36cd0a..8da4634 100644 --- a/SPECS/centos-release.spec +++ b/SPECS/centos-release.spec @@ -27,7 +27,7 @@ Name: centos-release Version: %{upstream_rel} -Release: %{centos_rel}.0.7%{?dist} +Release: %{centos_rel}.0.8%{?dist} Summary: %{product_family} release file Group: System Environment/Base License: GPLv2 @@ -248,6 +248,9 @@ rm -rf %{buildroot} /etc/pki/rpm-gpg/ %changelog +* Tue Dec 24 2019 Fabian Arrotin - 8-1.0.8 +- Switched CR repo to mirrorlist + * Thu Dec 19 2019 bstinson@centosproject.org - 8-1.0.7 - Typo fixes - Disable the HA repo by default