diff --git a/.etckeeper b/.etckeeper index 56dfd23..6035da4 100755 --- a/.etckeeper +++ b/.etckeeper @@ -5245,6 +5245,7 @@ maybe chmod 0640 'yum.repos.d/CentOS-Linux-PowerTools.repo.rpmsave' maybe chmod 0644 'yum.repos.d/CentOS-Stream-AppStream.repo' maybe chmod 0644 'yum.repos.d/CentOS-Stream-BaseOS.repo' maybe chmod 0644 'yum.repos.d/CentOS-Stream-Debuginfo.repo' +maybe chmod 0644 'yum.repos.d/CentOS-Stream-Extras-common.repo' maybe chmod 0644 'yum.repos.d/CentOS-Stream-Extras.repo' maybe chmod 0644 'yum.repos.d/CentOS-Stream-HighAvailability.repo' maybe chmod 0644 'yum.repos.d/CentOS-Stream-Media.repo' diff --git a/selinux/targeted/.policy.sha512 b/selinux/targeted/.policy.sha512 index fa4fd19..b0dfc2c 100644 --- a/selinux/targeted/.policy.sha512 +++ b/selinux/targeted/.policy.sha512 @@ -1 +1 @@ -81046d058f63ea58462fbdbb387ccb02f51dcdb86e1b6b71b6823b9b720779770d2e62a5da1025170eb675570c484f65b25b9f1c761dc80231d47fb04344fb21 +3529f6e114cca0bd7360d6774096502304ff52b0724a6a58a28bfaa1ffd7d9623f12eb993d8cb0cc0c8116eb3e6a460deb1ce019825989a52ba1769324433777 diff --git a/selinux/targeted/policy/policy.31 b/selinux/targeted/policy/policy.31 index a336ffc..c2bfd7b 100644 Binary files a/selinux/targeted/policy/policy.31 and b/selinux/targeted/policy/policy.31 differ diff --git a/yum.repos.d/CentOS-Stream-Extras-common.repo b/yum.repos.d/CentOS-Stream-Extras-common.repo new file mode 100644 index 0000000..a62d069 --- /dev/null +++ b/yum.repos.d/CentOS-Stream-Extras-common.repo @@ -0,0 +1,18 @@ +# CentOS-Stream-Extras-common.repo +# +# 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. + +[extras-common] +name=CentOS Stream $releasever - Extras common packages +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras-extras-common +#baseurl=http://mirror.centos.org/$contentdir/$stream/extras/$basearch/extras-common/ +gpgcheck=1 +enabled=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras + diff --git a/yum.repos.d/CentOS-Stream-Extras.repo b/yum.repos.d/CentOS-Stream-Extras.repo index 124f9ae..f244872 100644 --- a/yum.repos.d/CentOS-Stream-Extras.repo +++ b/yum.repos.d/CentOS-Stream-Extras.repo @@ -16,11 +16,4 @@ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial -[extras-common] -name=CentOS Stream $releasever - Extras common packages -mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras-extras-common -#baseurl=http://mirror.centos.org/$contentdir/$stream/extras/$basearch/extras-common/ -gpgcheck=1 -enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras