#2 Enabled Extras by default on CentOS 8 and fixed path for sources repositories
Merged 4 years ago by bstinson. Opened 4 years ago by arrfab.
rpms/ arrfab/centos-release c8-extras-sources-fix  into  c8

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

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

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

  gpgcheck=1

- enabled=0

+ enabled=1

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

  

file modified
+7 -7
@@ -10,17 +10,17 @@ 

  #

  #

  

- [base-source]

- name=CentOS-$releasever - Base Sources

- baseurl=http://vault.centos.org/$contentdir/$releasever/os/Source/

+ [BaseOS-source]

+ name=CentOS-$releasever - BaseOS Sources

+ baseurl=http://vault.centos.org/$contentdir/$releasever/BaseOS/Source/

  gpgcheck=1

  enabled=0

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

  

- #released updates 

- [updates-source]

- name=CentOS-$releasever - Updates Sources

- baseurl=http://vault.centos.org/$contentdir/$releasever/updates/Source/

+ #AppStream

+ [AppStream-source]

+ name=CentOS-$releasever - AppStream Sources

+ baseurl=http://vault.centos.org/$contentdir/$releasever/AppStream/Source/

  gpgcheck=1

  enabled=0

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

file modified
+5 -1
@@ -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
@@ -219,6 +219,10 @@ 

  %endif

  

  %changelog

+ * Sun Aug 10 2019 Fabian Arrotin <arrfab@centos.org> 8-0.el8

+ - Enabled Extras by default.

+ - Fixed sources paths for BaseOS/AppStream

+ 

  * 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

Modified paths for BaseOS/AppStream sources repositories

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

rebased onto f85a5f3

4 years ago

rebased onto f85a5f3

4 years ago

rebased onto f85a5f3

4 years ago

rebased onto f85a5f3

4 years ago

Pull-Request has been merged by bstinson

4 years ago