Fix pkgsurl/topurl default mistake.

epel9
Kevin Fenzi 6 years ago
parent 603cb8ae7c
commit d47b319c62

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

@ -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 <kevin@scrye.com> - 1.18.0-3
- Fix pkgsurl/topurl default mistake.
* Fri Aug 16 2019 Kevin Fenzi <kevin@scrye.com> - 1.18.0-2
- Fix mergerepos conditional for f30.

Loading…
Cancel
Save