#1 Fix source repo metalinks
Merged a year ago by dcavalca. Opened a year ago by salimma.
rpms/ salimma/centos-release-hyperscale c9s-fix-source-metalinks  into  c9s-sig-hyperscale

Fix source repo metalinks
Michel Alexandre Salim • a year ago  
@@ -19,7 +19,7 @@ 

  

  [centos-hyperscale-experimental-source]

  name=CentOS Stream $releasever - Hyperscale Experimental - Source

- metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-experimental-$stream&arch=source&protocol=https,http

+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-experimental-source-$stream&arch=source&protocol=https,http

  #baseurl=http://mirror.stream.centos.org/SIGs/$stream/hyperscale/source/packages-experimental/

  gpgcheck=1

  enabled=0

@@ -19,7 +19,7 @@ 

  

  [centos-hyperscale-spin-source]

  name=CentOS Stream $releasever - Hyperscale Spin - Source

- metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-spin-$stream&arch=source&protocol=https,http

+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-spin-source-$stream&arch=source&protocol=https,http

  #baseurl=http://mirror.stream.centos.org/SIGs/$stream/hyperscale/source/packages-spin/

  gpgcheck=1

  enabled=0

@@ -19,7 +19,7 @@ 

  

  [centos-hyperscale-source]

  name=CentOS Stream $releasever - Hyperscale - Source

- metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-main-$stream&arch=source&protocol=https,http

+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-main-source-$stream&arch=source&protocol=https,http

  #baseurl=http://mirror.stream.centos.org/SIGs/$stream/hyperscale/source/packages-main/

  gpgcheck=1

  priority=50

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

  Summary: CentOS Hyperscale SIG main repo configs

  Name: centos-release-hyperscale

  Version: 9

- Release: 4%{?dist}

+ Release: 5%{?dist}

  License: GPLv2

  URL: http://wiki.centos.org/SpecialInterestGroup/Hyperscale

  Source0: RPM-GPG-KEY-CentOS-SIG-HyperScale
@@ -59,6 +59,9 @@ 

  %config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Spin.repo

  

  %changelog

+ * Thu Jan 12 2023 Michel Alexandre Salim <salimma@centosproject.org> - 9-5

+ - Fix source repo metalinks

+ 

  * Wed Mar 16 2022 Neal Gompa <ngompa@centosproject.org> - 9-4

  - Drop -hotfixes repo subpackage as the repo doesn't exist for 9

  

Reference: see https://sigs.centos.org/guide/delivery/#centos-stream-9-and-above_1

❯ curl 'https://mirrors.centos.org/metalink?repo=unknown&arch=x86_64' -s | grep hyperscale | grep source
 # repo=centos-hyperscale-sig-packages-experimental-source-9-stream&arch=source
 # repo=centos-hyperscale-sig-packages-facebook-source-9-stream&arch=source
 # repo=centos-hyperscale-sig-packages-main-source-9-stream&arch=source
 # repo=centos-hyperscale-sig-packages-spin-source-9-stream&arch=source

Signed-off-by: Michel Alexandre Salim salimma@centosproject.org

Pull-Request has been merged by dcavalca

a year ago