Correct topurl in fedora-config.patch. Fixes rhbz#2025562

epel9
Mikolaj Izdebski 3 years ago
parent 494c45d4be
commit 10cb341b43

@ -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

@ -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 <mizdebsk@redhat.com> - 1.27.0-3
- Correct topurl in fedora-config.patch. Fixes rhbz#2025562
* Thu Nov 18 2021 Kevin Fenzi <kevin@scrye.com> - 1.27.0-2
- Fix rebasing issue in koji.conf

Loading…
Cancel
Save