From 56be6ed856ba0ac0bf5a8ab294f1211a5fe7bcff Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 26 Sep 2014 19:46:33 +0200 Subject: [PATCH] Use https for kojipkgs --- fedora-config.patch | 2 +- koji.spec | 8 ++++++-- 2 files changed, 7 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 f4ef49f..5ec61c5 100644 --- a/koji.spec +++ b/koji.spec @@ -2,12 +2,12 @@ Name: koji Version: 1.9.0 -Release: 6%{?dist} +Release: 7%{?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 Patch1: 0001-move-workdir-from-tmp-koji-to-var-tmp-koji.patch Patch2: 0001-fix-distro-behavior-for-rhel-5.patch @@ -254,6 +254,10 @@ if [ $1 = 0 ]; then fi %changelog +* Fri Sep 26 2014 Till Maas - 1.9.0-7 +- Use https for kojipkgs +- Update URL + * Mon Aug 04 2014 Dennis Gilmore - 1.9.0-6 - add patch to fix kickstart parsing