| |
@@ -2,15 +2,15 @@
|
| |
Summary: OpenStack from the CentOS Cloud SIG repo configs
|
| |
Name: centos-release-openstack-%{OpenStackVersion}
|
| |
Version: 1
|
| |
- Release: 2%{?dist}
|
| |
+ Release: 3%{?dist}
|
| |
License: GPL
|
| |
URL: http://wiki.centos.org/SpecialInterestGroup/Cloud
|
| |
Source0: CentOS-OpenStack.repo
|
| |
- Source1: RPM-GPG-KEY-CentOS-SIG-Cloud
|
| |
|
| |
BuildArch: noarch
|
| |
|
| |
Requires: centos-release
|
| |
+ Requires: centos-release-cloud
|
| |
Requires: centos-release-rabbitmq-38
|
| |
Requires: centos-release-ceph-pacific
|
| |
Requires: centos-release-nfv-openvswitch
|
| |
@@ -23,15 +23,16 @@
|
| |
%install
|
| |
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-OpenStack-%{OpenStackVersion}.repo
|
| |
sed -i -e "s/OPENSTACK_VERSION/%{OpenStackVersion}/g" %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-OpenStack-%{OpenStackVersion}.repo
|
| |
- install -p -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
| |
- install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
| |
|
| |
%files
|
| |
%defattr(-,root,root)
|
| |
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
|
| |
- %{_sysconfdir}/pki/rpm-gpg
|
| |
|
| |
%changelog
|
| |
+ * Thu May 25 2023 Christian Glombek <cglombek@redhat.com> - yoga-1-3
|
| |
+ - Add Requires: centos-release-cloud
|
| |
+ - Remove RPM GPG key from sources (now shipped in centos-release-cloud)
|
| |
+
|
| |
* Wed Apr 06 2023 Alfredo Moralejo <amoralej@redhat.com> - yoga-1-2
|
| |
- Update GPG key
|
| |
|
| |
cc @amoralej