%global OpenStackVersion yoga Summary: OpenStack from the CentOS Cloud SIG repo configs Name: centos-release-openstack-%{OpenStackVersion} Version: 1 Release: 1%{?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-rabbitmq-38 Requires: centos-release-ceph-pacific Requires: centos-release-nfv-openvswitch %description yum Configs and basic docs for OpenStack as delivered via the CentOS Cloud SIG. %prep %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 * Tue Apr 12 2022 Alfredo Moralejo - yoga-1-1 - Yoga Release