|
|
6cce74 |
Summary: CentOS Hyperscale SIG main repo configs
|
|
|
6cce74 |
Name: centos-release-hyperscale
|
|
|
097496 |
Version: 3
|
|
|
ab2ce9 |
Release: 2%{?dist}
|
|
|
6cce74 |
License: GPL
|
|
|
6cce74 |
URL: http://wiki.centos.org/SpecialInterestGroup/Hyperscale
|
|
|
097496 |
Source0: RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
097496 |
Source1: CentOS-Stream-Hyperscale.repo
|
|
|
097496 |
Source2: CentOS-Stream-Hyperscale-Experimental.repo
|
|
|
6cce74 |
|
|
|
6cce74 |
BuildArch: noarch
|
|
|
6cce74 |
|
|
|
1d676d |
Requires: centos-stream-release
|
|
|
6cce74 |
|
|
|
6cce74 |
%description
|
|
|
097496 |
Configs for the CentOS Hyperscale SIG main package repository.
|
|
|
097496 |
|
|
|
097496 |
%package experimental
|
|
|
097496 |
Summary: CentOS Hyperscale SIG experimental repo configs
|
|
|
097496 |
|
|
|
097496 |
%description experimental
|
|
|
097496 |
Configs for the CentOS Hyperscale SIG experimental package repository.
|
|
|
6cce74 |
|
|
|
6cce74 |
%prep
|
|
|
6cce74 |
|
|
|
6cce74 |
%install
|
|
|
097496 |
install -p -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
097496 |
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
6cce74 |
install -p -d %{buildroot}%{_sysconfdir}/yum.repos.d
|
|
|
097496 |
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/yum.repos.d
|
|
|
6cce74 |
|
|
|
6cce74 |
%files
|
|
|
6cce74 |
%defattr(-,root,root)
|
|
|
097496 |
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
097496 |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale.repo
|
|
|
097496 |
|
|
|
097496 |
%files experimental
|
|
|
097496 |
%defattr(-,root,root)
|
|
|
097496 |
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
|
|
097496 |
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Hyperscale-Experimental.repo
|
|
|
6cce74 |
|
|
|
6cce74 |
%changelog
|
|
|
ab2ce9 |
* Fri Apr 09 2021 Davide Cavalca <dcavalca@fb.com> - 3-2
|
|
|
ab2ce9 |
- Drop obsoletes for centos-hyperscale-keys as it was never actually built
|
|
|
ab2ce9 |
|
|
|
097496 |
* Fri Apr 09 2021 Davide Cavalca <dcavalca@fb.com> - 3-1
|
|
|
097496 |
- Bring the keys back in and obsolete centos-hyperscale-keys
|
|
|
097496 |
- Bring centos-release-hyperscale-experimental in as a subpackage
|
|
|
097496 |
|
|
|
320937 |
* Thu Apr 08 2021 Davide Cavalca <dcavalca@fb.com> - 2-1
|
|
|
320937 |
- Factor out keys in centos-hyperscale-keys and require it
|
|
|
320937 |
|
|
|
1d676d |
* Wed Feb 10 2021 Davide Cavalca <dcavalca@fb.com> - 1-2
|
|
|
1d676d |
- Require centos-stream-release instead of centos-release
|
|
|
1d676d |
|
|
|
6cce74 |
* Wed Feb 10 2021 Davide Cavalca <dcavalca@fb.com> - 1-1
|
|
|
6cce74 |
- Initial release
|