[koji] use topurl not pkgurl in the fedora config

Dennis Gilmore ausil at fedoraproject.org
Tue Jun 5 20:31:11 UTC 2012


commit 5d6eaf50092a59699fcb42619886e362d31377fc
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jun 5 15:31:06 2012 -0500

    use topurl not pkgurl in the fedora config

 fedora-config.patch |    2 +-
 koji.spec           |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <dennis at ausil.us> - 1.7.0-2
+- use topurl not pkgurl in the fedora config
+
 * Fri Jun 01 2012 Dennis Gilmore <dennis at ausil.us> - 1.7.0-1
 - update to 1.7.0 many bugfixes and improvements
 - now uses mod_wsgi 


More information about the scm-commits mailing list