From 4837b6884e79fda22a0d8ab4f59d4a404626ea9a Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Jun 22 2023 08:11:39 +0000 Subject: Enable GPG check for testing repo It was agreed during RDO meeting [1] [1] https://lists.rdoproject.org/archives/list/dev@lists.rdoproject.org/thread/U7C57G3MQKSIAZ5RAOTIMPZ3UK6DZL5H/ --- diff --git a/SOURCES/CentOS-OpenStack.repo b/SOURCES/CentOS-OpenStack.repo index 4cd23c3..8e9fcc3 100644 --- a/SOURCES/CentOS-OpenStack.repo +++ b/SOURCES/CentOS-OpenStack.repo @@ -15,7 +15,7 @@ module_hotfixes=1 [centos-openstack-OPENSTACK_VERSION-test] name=CentOS-$releasever - OpenStack OPENSTACK_VERSION Testing baseurl=https://buildlogs.centos.org/centos/$releasever-stream/cloud/$basearch/openstack-OPENSTACK_VERSION/ -gpgcheck=0 +gpgcheck=1 enabled=0 module_hotfixes=1 diff --git a/SPECS/centos-release-openstack.spec b/SPECS/centos-release-openstack.spec index 9fc4675..f8ffc36 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: 3%{?dist} +Release: 4%{?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 +* Thu Jun 22 2023 Joel Capitao - yoga-1-4 +- Enable GPG check for testing repo + * Thu May 25 2023 Christian Glombek - yoga-1-3 - Add Requires: centos-release-cloud - Remove RPM GPG key from sources (now shipped in centos-release-cloud)