From d47b319c627c7f1e920fa823cf27702a747cb184 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 16 2019 21:22:19 +0000 Subject: Fix pkgsurl/topurl default mistake. --- diff --git a/fedora-config.patch b/fedora-config.patch index 775b0e3..ccf0275 100644 --- a/fedora-config.patch +++ b/fedora-config.patch @@ -13,7 +13,7 @@ diff -Nur koji-1.18.0.orig/cli/koji.conf koji-1.18.0/cli/koji.conf ;url of package download site ;pkgurl = http://www.example.com/packages -+pkgurl = https://kojipkgs.fedoraproject.org/ ++topurl = https://kojipkgs.fedoraproject.org/ ;path to the koji top directory ;topdir = /mnt/koji diff --git a/koji.spec b/koji.spec index 843f1f5..3ccb849 100644 --- a/koji.spec +++ b/koji.spec @@ -79,7 +79,7 @@ Name: koji Version: 1.18.0 -Release: 2%{?dist} +Release: 3%{?dist} # the included arch lib from yum's rpmUtils is GPLv2+ License: LGPLv2 and GPLv2+ Summary: Build system tools @@ -697,6 +697,9 @@ fi %endif %changelog +* Fri Aug 16 2019 Kevin Fenzi - 1.18.0-3 +- Fix pkgsurl/topurl default mistake. + * Fri Aug 16 2019 Kevin Fenzi - 1.18.0-2 - Fix mergerepos conditional for f30.