From 5d5f52587ddb9eae4cb4c22ae2478466e28708be Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 04 2017 22:25:17 +0000 Subject: [PATCH 1/2] fix up the names for the modulare bikeshed repos in mirrormanager I did not get the names 100% right the first time round with what was put into mirrormanager, So correct it Signed-off-by: Dennis Gilmore --- diff --git a/fedora-modular-server-bikeshed.repo b/fedora-modular-server-bikeshed.repo index a8b83fc..d966acc 100644 --- a/fedora-modular-server-bikeshed.repo +++ b/fedora-modular-server-bikeshed.repo @@ -12,12 +12,12 @@ # http://bugzilla.redhat.com/. # # Product: Fedora -# Version: fedora-modular-server-bikeshed +# Version: modular-bikeshed-server -[fedora-modular-server-bikeshed] -name=Fedora - Rawhide - Developmental packages for the next Fedora release +[modular-bikeshed-server] +name=Fedora - Bikeshed - Developmental packages for the next Fedora release failovermethod=priority -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-server-bikeshed&arch=$basearch +metalink=https://mirrors.fedoraproject.org/metalink?repo=modular-bikeshed-server&arch=$basearch enabled=1 metadata_expire=6h repo_gpgcheck=0 @@ -26,10 +26,10 @@ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-modularity skip_if_unavailable=False -[fedora-modular-server-bikeshed-debuginfo] -name=Fedora - Rawhide - Debug +[modular-bikeshed-server-debuginfo] +name=Fedora - Bikeshed - Debug failovermethod=priority -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-server-bikeshed-debug&arch=$basearch +metalink=https://mirrors.fedoraproject.org/metalink?repo=modular-bikeshed-server-debug&arch=$basearch enabled=0 repo_gpgcheck=0 type=rpm @@ -37,10 +37,10 @@ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-modularity skip_if_unavailable=False -[fedora-modular-server-bikeshed-source] -name=Fedora - Rawhide - Source +[modular-bikeshed-server-source] +name=Fedora - Bikeshed - Source failovermethod=priority -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-server-bikeshed-source&arch=$basearch +metalink=https://mirrors.fedoraproject.org/metalink?repo=modular-bikeshed-server-source&arch=$basearch enabled=0 repo_gpgcheck=0 type=rpm From f2366123c2244a9f01a14119de58e3d55588efc3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 04 2017 22:27:59 +0000 Subject: [PATCH 2/2] bump the spec Signed-off-by: Dennis Gilmore --- diff --git a/fedora-modular-repos.spec b/fedora-modular-repos.spec index 1c0c63f..cc27ee4 100644 --- a/fedora-modular-repos.spec +++ b/fedora-modular-repos.spec @@ -1,7 +1,7 @@ Summary: Fedora Modular package repositories Name: fedora-modular-repos Version: 28 -Release: 0.1%{?dist} +Release: 0.2%{?dist} License: MIT URL: https://pagure.io/fedora-modular-repos/ # tarball is created by running make archive in the git checkout @@ -36,6 +36,9 @@ done %config(noreplace) /etc/yum.repos.d/fedora-modular-server-updates-testing.repo %changelog +* Wed Oct 04 2017 Dennis Gilmore - 28-0.2 +- fix the bikeshed urls + * Thu Sep 28 2017 Dennis Gilmore - 28-0.1 - setup repos to be on mirrors - set for development being targeted at Fedora 28