| |
@@ -1,13 +1,14 @@
|
| |
Summary: CentOS Hyperscale SIG main repo configs
|
| |
Name: centos-release-hyperscale
|
| |
Version: 9
|
| |
- Release: 5%{?dist}
|
| |
+ Release: 6%{?dist}
|
| |
License: GPLv2
|
| |
URL: http://wiki.centos.org/SpecialInterestGroup/Hyperscale
|
| |
Source0: RPM-GPG-KEY-CentOS-SIG-HyperScale
|
| |
Source1: CentOS-Stream-Hyperscale.repo
|
| |
Source2: CentOS-Stream-Hyperscale-Experimental.repo
|
| |
Source3: CentOS-Stream-Hyperscale-Spin.repo
|
| |
+ Source4: CentOS-Stream-Hyperscale-Testing.repo
|
| |
|
| |
BuildArch: noarch
|
| |
|
| |
@@ -35,6 +36,13 @@
|
| |
%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
|
| |
# Nothing to do
|
| |
|
| |
@@ -42,7 +50,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} \
|
| |
+ install -p -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
| |
%{buildroot}%{_sysconfdir}/yum.repos.d
|
| |
|
| |
%files
|
| |
@@ -58,7 +66,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> - 9-6
|
| |
+ - Add testing repository
|
| |
+
|
| |
* Thu Jan 12 2023 Michel Alexandre Salim <salimma@centosproject.org> - 9-5
|
| |
- Fix source repo metalinks
|
| |
|
| |