|
|
974b0c |
Summary: CentOS Hyperscale SIG main repo configs
|
|
|
974b0c |
Name: centos-release-hyperscale
|
|
|
d5ee15 |
Version: 10
|
|
|
e63691 |
Release: 2%{?dist}
|
|
|
974b0c |
License: GPLv2
|
|
|
974b0c |
URL: http://wiki.centos.org/SpecialInterestGroup/Hyperscale
|
|
|
974b0c |
Source0: RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
974b0c |
Source1: CentOS-Stream-Hyperscale.repo
|
|
|
974b0c |
Source2: CentOS-Stream-Hyperscale-Experimental.repo
|
|
|
ca6878 |
Source3: CentOS-Stream-Hyperscale-Spin.repo
|
|
|
5ad622 |
Source4: CentOS-Stream-Hyperscale-Testing.repo
|
|
|
e63691 |
Source5: CentOS-Stream-Hyperscale-Spin-Testing.repo
|
|
|
e63691 |
Source6: CentOS-Stream-Hyperscale-Experimental-Testing.repo
|
|
|
974b0c |
|
|
|
974b0c |
BuildArch: noarch
|
|
|
974b0c |
|
|
|
974b0c |
Requires: centos-stream-release
|
|
|
974b0c |
|
|
|
d5ee15 |
# EPEL 10 is not available yet
|
|
|
d5ee15 |
# Requires: epel-release = %%{rhel}
|
|
|
d5ee15 |
|
|
|
d5ee15 |
# We don't have hotfixes in 10 as modularity is gone, and it was already
|
|
|
d5ee15 |
# obsoleted in 9; plan to remove for 11.
|
|
|
ca6878 |
Obsoletes: %{name}-hotfixes < 9-4
|
|
|
ca6878 |
|
|
|
974b0c |
%description
|
|
|
974b0c |
Configs for the CentOS Hyperscale SIG main package repository.
|
|
|
974b0c |
|
|
|
974b0c |
%package experimental
|
|
|
974b0c |
Summary: CentOS Hyperscale SIG experimental repo configs
|
|
|
974b0c |
Requires: %{name} = %{version}-%{release}
|
|
|
974b0c |
|
|
|
974b0c |
%description experimental
|
|
|
974b0c |
Configs for the CentOS Hyperscale SIG experimental package repository.
|
|
|
974b0c |
|
|
|
974b0c |
%package spin
|
|
|
974b0c |
Summary: CentOS Hyperscale SIG spin repo configs
|
|
|
974b0c |
Requires: %{name} = %{version}-%{release}
|
|
|
974b0c |
|
|
|
974b0c |
%description spin
|
|
|
974b0c |
Configs for the CentOS Hyperscale SIG spin repository.
|
|
|
974b0c |
|
|
|
5ad622 |
%package testing
|
|
|
e63691 |
Summary: CentOS Hyperscale SIG main testing repository config
|
|
|
5ad622 |
Requires: %{name} = %{version}-%{release}
|
|
|
5ad622 |
|
|
|
5ad622 |
%description testing
|
|
|
e63691 |
Repository configs for the CentOS Hyperscale SIG main testing repository.
|
|
|
e63691 |
|
|
|
e63691 |
%package spin-testing
|
|
|
e63691 |
Summary: CentOS Hyperscale SIG spin testing repository config
|
|
|
e63691 |
Requires: %{name}-spin = %{version}-%{release}
|
|
|
e63691 |
Requires: %{name}-testing = %{version}-%{release}
|
|
|
e63691 |
|
|
|
e63691 |
%description spin-testing
|
|
|
e63691 |
Repository configs for the CentOS Hyperscale SIG spin testing repository.
|
|
|
e63691 |
|
|
|
e63691 |
%package experimental-testing
|
|
|
e63691 |
Summary: CentOS Hyperscale SIG experimental testing repository config
|
|
|
e63691 |
Requires: %{name}-experimental = %{version}-%{release}
|
|
|
e63691 |
Requires: %{name}-testing = %{version}-%{release}
|
|
|
e63691 |
|
|
|
e63691 |
%description experimental-testing
|
|
|
e63691 |
Repository configs for the CentOS Hyperscale SIG experimental testing repository.
|
|
|
5ad622 |
|
|
|
974b0c |
%prep
|
|
|
974b0c |
# Nothing to do
|
|
|
974b0c |
|
|
|
974b0c |
%install
|
|
|
974b0c |
install -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
974b0c |
install -p -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
974b0c |
install -d %{buildroot}%{_sysconfdir}/yum.repos.d
|
|
|
e63691 |
install -p -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} \
|
|
|
974b0c |
%{buildroot}%{_sysconfdir}/yum.repos.d
|
|
|
974b0c |
|
|
|
974b0c |
%files
|
|
|
974b0c |
%defattr(-,root,root)
|
|
|
974b0c |
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
974b0c |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale.repo
|
|
|
974b0c |
|
|
|
974b0c |
%files experimental
|
|
|
974b0c |
%defattr(-,root,root)
|
|
|
974b0c |
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
974b0c |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Experimental.repo
|
|
|
974b0c |
|
|
|
974b0c |
%files spin
|
|
|
974b0c |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Spin.repo
|
|
|
974b0c |
|
|
|
5ad622 |
%files testing
|
|
|
5ad622 |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Testing.repo
|
|
|
e63691 |
|
|
|
e63691 |
%files spin-testing
|
|
|
e63691 |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Spin-Testing.repo
|
|
|
e63691 |
|
|
|
e63691 |
%files experimental-testing
|
|
|
e63691 |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Experimental-Testing.repo
|
|
|
5ad622 |
|
|
|
974b0c |
%changelog
|
|
|
e63691 |
* Thu Jul 18 2024 Daan De Meyer <daan.j.demeyer@gmail.com> - 10-2
|
|
|
e63691 |
- Add spin and experimental testing repositories
|
|
|
e63691 |
|
|
|
d5ee15 |
* Wed Jun 12 2024 Davide Cavalca <dcavalca@centosproject.org> - 10-1
|
|
|
d5ee15 |
- Update for CentOS Stream 10
|
|
|
d5ee15 |
|
|
|
5ad622 |
* Wed May 24 2023 Daan De Meyer <daan.j.demeyer@gmail.com> - 9-6
|
|
|
5ad622 |
- Add testing repository
|
|
|
5ad622 |
|
|
Michel Alexandre Salim |
b9d4b4 |
* Thu Jan 12 2023 Michel Alexandre Salim <salimma@centosproject.org> - 9-5
|
|
Michel Alexandre Salim |
b9d4b4 |
- Fix source repo metalinks
|
|
Michel Alexandre Salim |
b9d4b4 |
|
|
|
ca6878 |
* Wed Mar 16 2022 Neal Gompa <ngompa@centosproject.org> - 9-4
|
|
|
ca6878 |
- Drop -hotfixes repo subpackage as the repo doesn't exist for 9
|
|
|
ca6878 |
|
|
|
075ecc |
* Sun Mar 06 2022 Neal Gompa <ngompa@centosproject.org> - 9-3
|
|
|
075ecc |
- Add debuginfo repositories, Refresh GPG public key, and enable DNF countme
|
|
|
075ecc |
|
|
|
16b371 |
* Fri Feb 25 2022 Neal Gompa <ngompa@centosproject.org> - 9-2
|
|
|
16b371 |
- Add epel-next-release dependency
|
|
|
16b371 |
|
|
|
974b0c |
* Sun Feb 20 2022 Neal Gompa <ngompa@centosproject.org> - 9-1
|
|
|
974b0c |
- Initial package for CentOS Stream 9
|