Fix rebasing issue in koji.conf

epel9
Kevin Fenzi 3 years ago
parent 1c2e230299
commit 494c45d4be

@ -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 ;url of package download site
;pkgurl = http://www.example.com/packages ;pkgurl = http://www.example.com/packages
+pkgurl = https://kojipkgs.fedoraproject.org/packages +topurl = https://kojipkgs.fedoraproject.org/packages
;path to the koji top directory ;path to the koji top directory
;topdir = /mnt/koji ;topdir = /mnt/koji

@ -9,7 +9,7 @@
Name: koji Name: koji
Version: 1.27.0 Version: 1.27.0
Release: 1%{?dist} Release: 2%{?dist}
# the included arch lib from yum's rpmUtils is GPLv2+ # the included arch lib from yum's rpmUtils is GPLv2+
License: LGPLv2 and GPLv2+ License: LGPLv2 and GPLv2+
Summary: Build system tools Summary: Build system tools
@ -347,6 +347,9 @@ done
%systemd_postun kojira.service %systemd_postun kojira.service
%changelog %changelog
* Thu Nov 18 2021 Kevin Fenzi <kevin@scrye.com> - 1.27.0-2
- Fix rebasing issue in koji.conf
* Thu Nov 18 2021 Kevin Fenzi <kevin@scrye.com> - 1.27.0-1 * Thu Nov 18 2021 Kevin Fenzi <kevin@scrye.com> - 1.27.0-1
- Update to 1.27.0. Fixes rhbz#2024552 - Update to 1.27.0. Fixes rhbz#2024552

Loading…
Cancel
Save