Update to 1.27.0. Fixes rhbz#2024552

epel9
Kevin Fenzi 3 years ago
parent 203c9d632b
commit 1c2e230299

1
.gitignore vendored

@ -35,3 +35,4 @@ koji-1.4.0.tar.bz2
/koji-1.25.1.tar.bz2 /koji-1.25.1.tar.bz2
/koji-1.26.0.tar.bz2 /koji-1.26.0.tar.bz2
/koji-1.26.1.tar.bz2 /koji-1.26.1.tar.bz2
/koji-1.27.0.tar.bz2

@ -1,7 +1,7 @@
diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf
--- koji-1.22.0.orig/cli/koji.conf 2020-07-28 01:17:32.000000000 -0700 --- koji-1.27.0.orig/cli/koji.conf 2021-11-18 02:28:38.000000000 -0800
+++ koji-1.22.0/cli/koji.conf 2020-08-02 12:30:01.798455037 -0700 +++ koji-1.27.0/cli/koji.conf 2021-11-18 13:33:55.468796788 -0800
@@ -4,17 +4,22 @@ @@ -4,12 +4,15 @@
;url of XMLRPC server ;url of XMLRPC server
;server = http://hub.example.com/kojihub ;server = http://hub.example.com/kojihub
@ -13,18 +13,20 @@ diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf
;url of package download site ;url of package download site
;pkgurl = http://www.example.com/packages ;pkgurl = http://www.example.com/packages
+pkgurl = https://kojipkgs.fedoraproject.org/packages
;path to the koji top directory ;path to the koji top directory
;topdir = /mnt/koji ;topdir = /mnt/koji
+topurl = https://kojipkgs.fedoraproject.org/ @@ -22,6 +25,8 @@
;the keytab to auth as for automated clients
;keytab = /etc/krb5.keytab
;configuration for Kerberos authentication +; fedora uses kerberos auth
+authtype = kerberos +authtype = kerberos
+krb_rdns = false
;the principal to auth as for automated clients ;configuration for SSL authentication
;principal = client@EXAMPLE.COM
@@ -39,9 +44,14 @@ @@ -39,6 +44,8 @@
;[not_implemented_yet] ;[not_implemented_yet]
;enabled plugins for CLI, runroot and save_failed_tree are available ;enabled plugins for CLI, runroot and save_failed_tree are available
;plugins = ;plugins =
@ -33,9 +35,10 @@ diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf
;timeout of XMLRPC requests by seconds, default: 60 * 60 * 12 = 43200 ;timeout of XMLRPC requests by seconds, default: 60 * 60 * 12 = 43200
;timeout = 43200 ;timeout = 43200
@@ -48,3 +55,6 @@
;timeout of GSSAPI/SSL authentication by seconds, default: 60 ;enforcing CLI authentication even for anonymous calls
;auth_timeout = 60 ;force_auth = False
+ +
+; use the fast upload feature of koji by default +; use the fast upload feature of koji by default
+use_fast_upload = yes +use_fast_upload = yes

@ -8,7 +8,7 @@
%{?!python3_pkgversion:%global python3_pkgversion 3} %{?!python3_pkgversion:%global python3_pkgversion 3}
Name: koji Name: koji
Version: 1.26.1 Version: 1.27.0
Release: 1%{?dist} Release: 1%{?dist}
# the included arch lib from yum's rpmUtils is GPLv2+ # the included arch lib from yum's rpmUtils is GPLv2+
License: LGPLv2 and GPLv2+ License: LGPLv2 and GPLv2+
@ -347,6 +347,9 @@ done
%systemd_postun kojira.service %systemd_postun kojira.service
%changelog %changelog
* Thu Nov 18 2021 Kevin Fenzi <kevin@scrye.com> - 1.27.0-1
- Update to 1.27.0. Fixes rhbz#2024552
* Sun Oct 10 2021 Kevin Fenzi <kevin@scrye.com> - 1.26.1-1 * Sun Oct 10 2021 Kevin Fenzi <kevin@scrye.com> - 1.26.1-1
- Update to 1.26.1. Fixes rhbz#2011804 - Update to 1.26.1. Fixes rhbz#2011804

@ -1 +1 @@
SHA512 (koji-1.26.1.tar.bz2) = 873b6b90d58d91193fa2bbbdcb5f1e7917a21ed41683d18b791bb16d275cfdab2d95758577fe6a4c13f79f52bcd28be53bfee57048d2ce6e84e13b35c9610c19 SHA512 (koji-1.27.0.tar.bz2) = dcb7047baa0b2cc9f22cab02b4c5de2fadcb0a7d27d5e85053752d22c72aefa3bc6f7f7509d4e93f62553e9ec150307720bd9a76844787a72cdf305b9a391aa3

Loading…
Cancel
Save