From 34dcb42b69d2bc1d24c7d6f367874f23e46c8eac Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Jun 17 2020 09:45:47 +0000 Subject: fix repository names Current state hurts my OCD: [root@fd17583b9c72 /]# dnf info openvswitch CentOS-8 - Ceph Nautilus 305 kB/s | 207 kB 00:00 CentOS-8 - RabbitMQ 38 87 kB/s | 80 kB 00:00 CentOS- 8 - OpenStack ussuri 2.1 MB/s | 2.2 MB 00:01 CentOS-8 - Advanced Virtualization 125 kB/s | 103 kB 00:00 --- diff --git a/SOURCES/CentOS-OpenStack.repo b/SOURCES/CentOS-OpenStack.repo index fe98fb6..4db1934 100644 --- a/SOURCES/CentOS-OpenStack.repo +++ b/SOURCES/CentOS-OpenStack.repo @@ -4,7 +4,7 @@ # information [centos-openstack-OPENSTACK_VERSION] -name=CentOS- $releasever - OpenStack OPENSTACK_VERSION +name=CentOS-$releasever - OpenStack OPENSTACK_VERSION #baseurl=http://mirror.centos.org/$contentdir/$releasever/cloud/$basearch/openstack-OPENSTACK_VERSION/ mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=cloud-openstack-OPENSTACK_VERSION gpgcheck=1 @@ -14,7 +14,7 @@ exclude=sip,PyQt4 module_hotfixes=1 [centos-openstack-OPENSTACK_VERSION-test] -name=CentOS- $releasever - OpenStack OPENSTACK_VERSION Testing +name=CentOS-$releasever - OpenStack OPENSTACK_VERSION Testing baseurl=https://buildlogs.centos.org/centos/$releasever/cloud/$basearch/openstack-OPENSTACK_VERSION/ gpgcheck=0 enabled=0