diff --git a/fedora-config.patch b/fedora-config.patch index df36b26..ebb14b9 100644 --- a/fedora-config.patch +++ b/fedora-config.patch @@ -13,7 +13,7 @@ ;url of package download site -;pkgurl = http://www.example.com/packages -+pkgurl = http://koji.fedoraproject.org/packages ++topurl = http://kojipkgs.fedoraproject.org/ ;path to the koji top directory ;topdir = /mnt/koji diff --git a/koji.spec b/koji.spec index b6d41e9..a2035ec 100644 --- a/koji.spec +++ b/koji.spec @@ -2,7 +2,7 @@ Name: koji Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 and GPLv2+ # koji.ssl libs (from plague) are GPLv2+ Summary: Build system tools @@ -225,6 +225,9 @@ if [ $1 = 0 ]; then fi %changelog +* Tue Jun 05 2012 Dennis Gilmore - 1.7.0-2 +- use topurl not pkgurl in the fedora config + * Fri Jun 01 2012 Dennis Gilmore - 1.7.0-1 - update to 1.7.0 many bugfixes and improvements - now uses mod_wsgi