#7 10-2: Add experimental and spin testing repositories
Merged 4 months ago by ngompa. Opened 4 months ago by daandemeyer.
rpms/ daandemeyer/centos-release-hyperscale c10s-testing  into  c10s-sig-hyperscale

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

+ [centos-hyperscale-experimental-testing]

+ name=CentOS Stream $releasever - Hyperscale Experimental - Testing

+ baseurl=https://buildlogs.centos.org/centos/$releasever-stream/hyperscale/$basearch/packages-experimental/

+ gpgcheck=1

+ enabled=1

+ priority=50

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale

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

+ [centos-hyperscale-spin-testing]

+ name=CentOS Stream $releasever - Hyperscale Spin - Testing

+ baseurl=https://buildlogs.centos.org/centos/$releasever-stream/hyperscale/$basearch/packages-spin/

+ gpgcheck=1

+ enabled=1

+ priority=50

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale

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

  Summary: CentOS Hyperscale SIG main repo configs

  Name: centos-release-hyperscale

  Version: 10

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: GPLv2

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

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

  Source2: CentOS-Stream-Hyperscale-Experimental.repo

  Source3: CentOS-Stream-Hyperscale-Spin.repo

  Source4: CentOS-Stream-Hyperscale-Testing.repo

+ Source5: CentOS-Stream-Hyperscale-Spin-Testing.repo

+ Source6: CentOS-Stream-Hyperscale-Experimental-Testing.repo

  

  BuildArch: noarch

  
@@ -39,11 +41,27 @@ 

  Configs for the CentOS Hyperscale SIG spin repository.

  

  %package testing

- Summary:  CentOS Hyperscale SIG testing repo configs

+ Summary:  CentOS Hyperscale SIG main testing repository config

  Requires: %{name} = %{version}-%{release}

  

  %description testing

- Configs for the CentOS Hyperscale SIG testing repository.

+ Repository configs for the CentOS Hyperscale SIG main testing repository.

+ 

+ %package spin-testing

+ Summary:  CentOS Hyperscale SIG spin testing repository config

+ Requires: %{name}-spin = %{version}-%{release}

+ Requires: %{name}-testing = %{version}-%{release}

+ 

+ %description spin-testing

+ Repository configs for the CentOS Hyperscale SIG spin testing repository.

+ 

+ %package experimental-testing

+ Summary:  CentOS Hyperscale SIG experimental testing repository config

+ Requires: %{name}-experimental = %{version}-%{release}

+ Requires: %{name}-testing = %{version}-%{release}

+ 

+ %description experimental-testing

+ Repository configs for the CentOS Hyperscale SIG experimental testing repository.

  

  %prep

  # Nothing to do
@@ -52,7 +70,7 @@ 

  install -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg

  install -p -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg

  install -d %{buildroot}%{_sysconfdir}/yum.repos.d

- install -p -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \

+ install -p -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} \

    %{buildroot}%{_sysconfdir}/yum.repos.d

  

  %files
@@ -70,8 +88,17 @@ 

  

  %files testing

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

+ 	

+ %files spin-testing

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

+ 

+ %files experimental-testing

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

  

  %changelog

+ * Thu Jul 18 2024 Daan De Meyer <daan.j.demeyer@gmail.com> - 10-2

+ - Add spin and experimental testing repositories

+ 

  * Wed Jun 12 2024 Davide Cavalca <dcavalca@centosproject.org> - 10-1

  - Update for CentOS Stream 10

  

no initial comment

rebased onto 46f1f29

4 months ago

rebased onto 46f1f29

4 months ago

rebased onto 46f1f29

4 months ago

Pull-Request has been merged by ngompa

4 months ago