#4 extras-common should now be its own .repo file
Merged 2 years ago by bstinson. Opened 2 years ago by arrfab.
rpms/ arrfab/centos-repos c8s_extras_common_repo  into  c8

@@ -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

+ 

@@ -16,11 +16,4 @@ 

  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

  

file modified
+5 -1
@@ -1,6 +1,6 @@ 

  Name:           centos-repos

  Version:        8

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        CentOS package repositories

  License:        GPLv2

  URL:            https://centos.org
@@ -34,6 +34,7 @@ 

  Source301:      CentOS-Stream-AppStream.repo

  Source302:      CentOS-Stream-PowerTools.repo

  Source303:      CentOS-Stream-Extras.repo

+ Source304:      CentOS-Stream-Extras-common.repo

  

  # CentOS Stream add-on repos

  Source310:      CentOS-Stream-HighAvailability.repo
@@ -147,6 +148,9 @@ 

  

  

  %changelog

+ * Fri Mar 25 2022 Fabian Arrotin <arrfab@centos.org> - 8-6

+ - Extras-common is now its own .repo file for easy consumption

+ 

  * Tue Mar 15 2022 Fabian Arrotin <arrfab@centos.org> - 8-5

  - Added new extras-common repo and dedicated SIG Extras key

  

Per discussion irc, and to ensure that due to config(noreplace) all centos 8s users would get the new repo definition without manual intervention with the previously created .rpmnew file

Signed-off-by: Fabian Arrotin arrfab@centos.org

Pull-Request has been merged by bstinson

2 years ago