update to git e8201aac8294e6125a73504886b0800041b58868

- https://pagure.io/fork/ausil/koji/branch/fedora-infra

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
epel9
Dennis Gilmore 9 years ago
parent af2a5cc9a5
commit 79aa943c3d

@ -1,6 +1,7 @@
--- koji-1.7.0/cli/koji.conf.orig 2012-05-31 14:05:43.000000000 -0500
+++ koji-1.7.0/cli/koji.conf 2012-06-01 10:50:12.000000000 -0500
@@ -3,13 +3,13 @@
diff -uNr koji-1.10.1.orig/cli/koji.conf koji-1.10.1/cli/koji.conf
--- koji-1.10.1.orig/cli/koji.conf 2016-03-01 16:43:15.000000000 -0600
+++ koji-1.10.1/cli/koji.conf 2016-03-01 16:57:55.875274789 -0600
@@ -3,26 +3,23 @@
;configuration for koji cli tool
;url of XMLRPC server
@ -17,18 +18,19 @@
;path to the koji top directory
;topdir = /mnt/koji
@@ -22,10 +22,11 @@
-;configuration for Kerberos authentication
-
-;the service name of the principal being used by the hub
-;krbservice = host
+anon_retry = true
;configuration for SSL authentication
;client certificate
-;cert = ~/.koji/client.crt
+cert = ~/.fedora.cert
;certificate of the CA that issued the client certificate
-;ca = ~/.koji/clientca.crt
+ca = ~/.fedora-server-ca.cert
;certificate of the CA that issued the HTTP server certificate
-;serverca = ~/.koji/serverca.crt
+serverca = ~/.fedora-server-ca.cert
+

@ -9,15 +9,15 @@
Name: koji
Version: 1.10.1
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2 and GPLv2+
# koji.ssl libs (from plague) are GPLv2+
Summary: Build system tools
Group: Applications/System
URL: https://fedorahosted.org/koji
URL: https://pagure.io/fork/ausil/koji/branch/fedora-infra
Patch0: fedora-config.patch
Source: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
Source: koji-%{version}.tar.bz2
BuildArch: noarch
Requires: python-krbV >= 1.0.13
Requires: rpm-python
@ -316,6 +316,10 @@ fi
%endif
%changelog
* Tue Mar 01 2016 Dennis Gilmore <dennis@ausil.us> - 1.10.1-3
- update to git e8201aac8294e6125a73504886b0800041b58868
- https://pagure.io/fork/ausil/koji/branch/fedora-infra
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
55768668dc963512801540957ac1d084 koji-1.10.1.tar.bz2
ca713835d5465eff1d3ab2e4847a702d koji-1.10.1.tar.bz2

Loading…
Cancel
Save