| |
@@ -1,7 +1,7 @@
|
| |
Summary: CentOS Hyperscale SIG main repo configs
|
| |
Name: centos-release-hyperscale
|
| |
Version: 4
|
| |
- Release: 4%{?dist}
|
| |
+ Release: 5%{?dist}
|
| |
License: GPLv2
|
| |
URL: http://wiki.centos.org/SpecialInterestGroup/Hyperscale
|
| |
Source0: RPM-GPG-KEY-CentOS-SIG-HyperScale
|
| |
@@ -9,6 +9,7 @@
|
| |
Source2: CentOS-Stream-Hyperscale-Experimental.repo
|
| |
Source3: CentOS-Stream-Hyperscale-Hotfixes.repo
|
| |
Source4: CentOS-Stream-Hyperscale-Spin.repo
|
| |
+ Source5: CentOS-Stream-Hyperscale-Testing.repo
|
| |
|
| |
BuildArch: noarch
|
| |
|
| |
@@ -38,13 +39,20 @@
|
| |
%description spin
|
| |
Configs for the CentOS Hyperscale SIG spin repository.
|
| |
|
| |
+ %package testing
|
| |
+ Summary: CentOS Hyperscale SIG testing repo configs
|
| |
+ Requires: %{name} = %{version}-%{release}
|
| |
+
|
| |
+ %description testing
|
| |
+ Configs for the CentOS Hyperscale SIG testing repository.
|
| |
+
|
| |
%prep
|
| |
|
| |
%install
|
| |
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} \
|
| |
%{buildroot}%{_sysconfdir}/yum.repos.d
|
| |
|
| |
%posttrans hotfixes
|
| |
@@ -72,7 +80,13 @@
|
| |
%files spin
|
| |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Spin.repo
|
| |
|
| |
+ %files testing
|
| |
+ %config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Testing.repo
|
| |
+
|
| |
%changelog
|
| |
+ * Tue Jan 17 2023 Daan De Meyer <daan.j.demeyer@gmail.com> - 4-5
|
| |
+ - Add testing repository
|
| |
+
|
| |
* Mon Apr 18 2022 Justin Vreeland <jvreeland@centosproject.org> - 4-3
|
| |
- Update release for aarch64
|
| |
|
| |