[koji/el6] Use https for kojipkgs

Till Maas till at fedoraproject.org
Fri Sep 26 17:54:22 UTC 2014


commit ec60e407f242e7d7ee32632f55b0371c947202d0
Author: Till Maas <opensource at till.name>
Date:   Fri Sep 26 19:50:19 2014 +0200

    Use https for kojipkgs

 fedora-config.patch |    2 +-
 koji.spec           |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fedora-config.patch b/fedora-config.patch
index ebb14b9..538aed9 100644
--- a/fedora-config.patch
+++ b/fedora-config.patch
@@ -13,7 +13,7 @@
  
  ;url of package download site
 -;pkgurl = http://www.example.com/packages
-+topurl = http://kojipkgs.fedoraproject.org/
++topurl = https://kojipkgs.fedoraproject.org/
  
  ;path to the koji top directory
  ;topdir = /mnt/koji
diff --git a/koji.spec b/koji.spec
index 59507ba..6996a60 100644
--- a/koji.spec
+++ b/koji.spec
@@ -2,12 +2,12 @@
 
 Name: koji
 Version: 1.9.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: LGPLv2 and GPLv2+
 # koji.ssl libs (from plague) are GPLv2+
 Summary: Build system tools
 Group: Applications/System
-URL: http://fedorahosted.org/koji
+URL: https://fedorahosted.org/koji
 Patch0: fedora-config.patch
 Source0: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
 Source1: README.epel
@@ -237,6 +237,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Fri Sep 26 2014 Till Maas <opensource at till.name> - 1.9.0-5
+- Use https for kojipkgs
+
 * Tue Jul 29 2014 Dennis Gilmore <dennis at ausil.us> - 1.9.0-4
 - add upstream patch to compress docker images
 


More information about the scm-commits mailing list