#1 update some repo information
Merged 4 years ago by arrfab. Opened 4 years ago by bstinson.
rpms/ bstinson/centos-release c8  into  c8

update some repo information
Brian Stinson • 4 years ago  
@@ -13,7 +13,7 @@ 

  #

  

  [base-debuginfo]

- name=CentOS - 8 - Debuginfo

+ name=CentOS-$releasever - Debuginfo

  baseurl=http://debuginfo.centos.org/$releasever/$basearch/

  gpgcheck=1

  enabled=0

file modified
+13 -5
@@ -11,12 +11,20 @@ 

  #

  #  yum --disablerepo=\* --enablerepo=c8-media [command]

  

- [c8-media]

- name=CentOS-$releasever - Media

- baseurl=file:///media/CentOS/

-         file:///media/cdrom/

-         file:///media/cdrecorder/

+ [c8-media-BaseOS]

+ name=CentOS-BaseOS-$releasever - Media

+ baseurl=file:///media/CentOS/BaseOS

+         file:///media/cdrom/BaseOS

+         file:///media/cdrecorder/BaseOS

  gpgcheck=1

  enabled=0

  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

  

+ [c8-media-AppStream]

+ name=CentOS-AppStream-$releasever - Media

+ baseurl=file:///media/CentOS/AppStream

+         file:///media/cdrom/AppStream

+         file:///media/cdrecorder/AppStream

+ gpgcheck=1

+ enabled=0

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

SOURCES/CentOS-PowerTools.repo SOURCES/CentOS-Devel.repo
file renamed
+4 -4
@@ -1,4 +1,4 @@ 

- # CentOS-Devel.repo

+ # CentOS-PowerTools.repo

  #

  # The mirror system uses the connecting IP address of the client and the

  # update status of each mirror to pick mirrors that are updated to and
@@ -10,9 +10,9 @@ 

  #

  #

  

- [Devel]

- name=CentOS-$releasever - Devel

- mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=Devel&infra=$infra

+ [PowerTools]

+ name=CentOS-$releasever - PowerTools

+ mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=PowerTools&infra=$infra

  #baseurl=http://mirror.centos.org/$contentdir/$releasever/Devel/$basearch/os/

  gpgcheck=1

  enabled=0

@@ -1,7 +1,7 @@ 

  #CentOS-fasttrack.repo

  

  [fasttrack]

- name=CentOS - 8 - fasttrack

+ name=CentOS-$releasever - fasttrack

  mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack&infra=$infra

  #baseurl=http://mirror.centos.org/$contentdir/$releasever/fasttrack/$basearch/

  gpgcheck=1

file modified
+5 -2
@@ -27,7 +27,7 @@ 

  

  Name:           centos-release

  Version:        %{upstream_rel}

- Release:        %{centos_rel}.0.6%{?dist}

+ Release:        %{centos_rel}.0.7%{?dist}

  Summary:        %{product_family} release file

  Group:          System Environment/Base

  License:        GPLv2
@@ -70,7 +70,7 @@ 

  Source306:      CentOS-Sources.repo

  Source307:      CentOS-Vault.repo

  Source308:      CentOS-AppStream.repo

- Source309:      CentOS-Devel.repo

+ Source309:      CentOS-PowerTools.repo

  Source310:      CentOS-centosplus.repo

  

  %ifarch %{arm}
@@ -219,6 +219,9 @@ 

  %endif

  

  %changelog

+ * Sat Aug 10 2019 Brian Stinson <bstinson@centosproject.org> 8-0.el7

+ - Update Debuginfo and fasttrack to use releasever

+ - Fix CentOS-media.repo to include appstream

  * Wed May  8 2019 Pablo Greco <pablo@fliagreco.com.ar> 8-0.el7

  - Initial setup for CentOS-8

  

  • Updates the debuginfo and Fasttrack repos to use $releasever in the titles (KB#894)
  • PowerTools
  • Fix the media repo file to include the BaseOS/AppStream split

rebased onto f85a5f3

4 years ago

rebased onto f85a5f3

4 years ago

Pull-Request has been merged by arrfab

4 years ago