From 4075bd67c0fc46e81e1edd5da445cdf5463d83a5 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Jun 05 2023 10:53:39 +0000 Subject: Edit trunk repos --- diff --git a/SOURCES/CentOS-OpenStack.repo b/SOURCES/CentOS-OpenStack.repo index 4cd23c3..a2b541a 100644 --- a/SOURCES/CentOS-OpenStack.repo +++ b/SOURCES/CentOS-OpenStack.repo @@ -5,7 +5,7 @@ [centos-openstack-OPENSTACK_VERSION] name=CentOS-$releasever - OpenStack OPENSTACK_VERSION -#baseurl=http://mirror.stream.centos.org//8-stream/cloud/$basearch/openstack-OPENSTACK_VERSION/ +#baseurl=http://mirror.stream.centos.org/SIGs/9-stream/cloud/$basearch/openstack-OPENSTACK_VERSION/ metalink=https://mirrors.centos.org/metalink?repo=centos-cloud-sig-openstack-OPENSTACK_VERSION-$releasever-stream&arch=$basearch&protocol=https,http gpgcheck=1 enabled=1 @@ -97,6 +97,20 @@ enabled=0 gpgcheck=0 module_hotfixes=1 +[rdo-trunk-OPENSTACK_VERSION-tested-component-podified] +name=rdo-trunk-OPENSTACK_VERSION-tested-component-podified +baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/podified/puppet-passed-ci +enabled=0 +gpgcheck=0 +module_hotfixes=1 + +[rdo-trunk-OPENSTACK_VERSION-tested-component-puppet] +name=rdo-trunk-OPENSTACK_VERSION-tested-component-puppet +baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/puppet/puppet-passed-ci +enabled=0 +gpgcheck=0 +module_hotfixes=1 + [rdo-trunk-OPENSTACK_VERSION-tested-component-security] name=rdo-trunk-OPENSTACK_VERSION-tested-component-security baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/security/puppet-passed-ci @@ -118,13 +132,6 @@ enabled=0 gpgcheck=0 module_hotfixes=1 -[rdo-trunk-OPENSTACK_VERSION-tested-component-tripleo] -name=rdo-trunk-OPENSTACK_VERSION-tested-component-tripleo -baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/tripleo/puppet-passed-ci -enabled=0 -gpgcheck=0 -module_hotfixes=1 - [rdo-trunk-OPENSTACK_VERSION-tested-component-ui] name=rdo-trunk-OPENSTACK_VERSION-tested-component-ui baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/ui/puppet-passed-ci diff --git a/SPECS/centos-release-openstack.spec b/SPECS/centos-release-openstack.spec index adc601d..9f83639 100644 --- a/SPECS/centos-release-openstack.spec +++ b/SPECS/centos-release-openstack.spec @@ -2,7 +2,7 @@ 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 @@ -29,6 +29,9 @@ sed -i -e "s/OPENSTACK_VERSION/%{OpenStackVersion}/g" %{buildroot}%{_sysconfdir} %config(noreplace) %{_sysconfdir}/yum.repos.d/* %changelog +* Mon Jun 05 2023 Joel Capitao - antelope-1-3 +- Update trunk repos + * Thu May 25 2023 Christian Glombek - antelope-1-2 - Add Requires: centos-release-cloud - Remove RPM GPG key from sources (now shipped in centos-release-cloud)