|
|
974b0c |
Summary: CentOS Hyperscale SIG main repo configs
|
|
|
974b0c |
Name: centos-release-hyperscale
|
|
|
974b0c |
Version: 9
|
|
|
075ecc |
Release: 3%{?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
|
|
|
974b0c |
Source3: CentOS-Stream-Hyperscale-Hotfixes.repo
|
|
|
974b0c |
Source4: CentOS-Stream-Hyperscale-Spin.repo
|
|
|
974b0c |
|
|
|
974b0c |
BuildArch: noarch
|
|
|
974b0c |
|
|
|
974b0c |
Requires: centos-stream-release
|
|
|
974b0c |
Requires: epel-release = %{rhel}
|
|
|
16b371 |
Requires: epel-next-release = %{rhel}
|
|
|
974b0c |
|
|
|
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 hotfixes
|
|
|
974b0c |
Summary: CentOS Hyperscale SIG module hotfixes repo configs
|
|
|
974b0c |
Requires: %{name} = %{version}-%{release}
|
|
|
974b0c |
|
|
|
974b0c |
%description hotfixes
|
|
|
974b0c |
Configs for the CentOS Hyperscale SIG module hotfixes 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 |
|
|
|
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
|
|
|
974b0c |
install -p -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
|
|
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 hotfixes
|
|
|
974b0c |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Hotfixes.repo
|
|
|
974b0c |
|
|
|
974b0c |
%files spin
|
|
|
974b0c |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Spin.repo
|
|
|
974b0c |
|
|
|
974b0c |
%changelog
|
|
|
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
|