use topurl not pkgurl in the fedora config

epel9
Dennis Gilmore 13 years ago
parent bd91f988fd
commit 5d6eaf5009

@ -13,7 +13,7 @@
;url of package download site ;url of package download site
-;pkgurl = http://www.example.com/packages -;pkgurl = http://www.example.com/packages
+pkgurl = http://koji.fedoraproject.org/packages +topurl = http://kojipkgs.fedoraproject.org/
;path to the koji top directory ;path to the koji top directory
;topdir = /mnt/koji ;topdir = /mnt/koji

@ -2,7 +2,7 @@
Name: koji Name: koji
Version: 1.7.0 Version: 1.7.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2 and GPLv2+ License: LGPLv2 and GPLv2+
# koji.ssl libs (from plague) are GPLv2+ # koji.ssl libs (from plague) are GPLv2+
Summary: Build system tools Summary: Build system tools
@ -225,6 +225,9 @@ if [ $1 = 0 ]; then
fi fi
%changelog %changelog
* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> - 1.7.0-2
- use topurl not pkgurl in the fedora config
* Fri Jun 01 2012 Dennis Gilmore <dennis@ausil.us> - 1.7.0-1 * Fri Jun 01 2012 Dennis Gilmore <dennis@ausil.us> - 1.7.0-1
- update to 1.7.0 many bugfixes and improvements - update to 1.7.0 many bugfixes and improvements
- now uses mod_wsgi - now uses mod_wsgi

Loading…
Cancel
Save