From c4aeedbeb7294a82272975811b599b1faa72883c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 21 2017 14:08:43 +0000 Subject: [PATCH 1/2] Rename repo id to [fedora-modular] There is an odd interaction with lorax, which treates the hyphen as a special character in the Product ID in buildstamp. It truncates everything after the hyphen before lower-casing to find the repo id. So we need to skip the hyphen here. --- diff --git a/fedora-modular-repos.spec b/fedora-modular-repos.spec index c798ad9..61d0041 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: 27 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://pagure.io/fedora-modular-repos/ # tarball is created by running make archive in the git checkout @@ -55,6 +55,9 @@ done /etc/pki/rpm-gpg/* %changelog +* Thu Sep 21 2017 Stephen Gallagher - 27-2 +- Rename the repo-id to [fedoramodular] + * Fri Aug 11 2017 Troy Dawson - 27-1 - Update to Fedora 27 diff --git a/fedora-modular.repo b/fedora-modular.repo index e5c3e25..223d665 100644 --- a/fedora-modular.repo +++ b/fedora-modular.repo @@ -1,4 +1,4 @@ -[fedora-modular] +[fedoramodular] name=Fedora Modular $releasever - $basearch failovermethod=priority baseurl=https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-Rawhide/compose/Server/$basearch/os From 7533d73db06f3be7951acdb29066b2e9d72e8545 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 22 2017 13:05:10 +0000 Subject: [PATCH 2/2] Change URL to point at F27 composes --- diff --git a/fedora-modular-repos.spec b/fedora-modular-repos.spec index 61d0041..31e75dd 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: 27 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://pagure.io/fedora-modular-repos/ # tarball is created by running make archive in the git checkout @@ -55,6 +55,9 @@ done /etc/pki/rpm-gpg/* %changelog +* Fri Sep 22 2017 Stephen Gallagher - 27-3 +- Change the baseurl to F27 composes + * Thu Sep 21 2017 Stephen Gallagher - 27-2 - Rename the repo-id to [fedoramodular] diff --git a/fedora-modular.repo b/fedora-modular.repo index 223d665..f0209f1 100644 --- a/fedora-modular.repo +++ b/fedora-modular.repo @@ -1,7 +1,7 @@ [fedoramodular] name=Fedora Modular $releasever - $basearch failovermethod=priority -baseurl=https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-Rawhide/compose/Server/$basearch/os +baseurl=https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-27/compose/Server/$basearch/os enabled=1 #metadata_expire=7d repo_gpgcheck=0