diff --git a/fedora-config.patch b/fedora-config.patch index 2974812..d27a84a 100644 --- a/fedora-config.patch +++ b/fedora-config.patch @@ -13,7 +13,7 @@ diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf ;url of package download site ;pkgurl = http://www.example.com/packages -+topurl = https://kojipkgs.fedoraproject.org/packages ++topurl = https://kojipkgs.fedoraproject.org ;path to the koji top directory ;topdir = /mnt/koji diff --git a/koji.spec b/koji.spec index 011b5d3..8ace409 100644 --- a/koji.spec +++ b/koji.spec @@ -9,7 +9,7 @@ Name: koji Version: 1.27.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 @@ -347,6 +347,9 @@ done %systemd_postun kojira.service %changelog +* Tue Nov 23 2021 Mikolaj Izdebski - 1.27.0-3 +- Correct topurl in fedora-config.patch. Fixes rhbz#2025562 + * Thu Nov 18 2021 Kevin Fenzi - 1.27.0-2 - Fix rebasing issue in koji.conf