MSVSphere config

i9e changed/i9/koji-1.33.0-1.el9.inferit
Sergey Cherevko 1 year ago
parent 36fac8b275
commit 365bcb44dd
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -1,19 +1,29 @@
diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf From 895f7262039233b0fe27d867d5cdf401a6d3c3b9 Mon Sep 17 00:00:00 2001
--- koji-1.27.0.orig/cli/koji.conf 2021-11-18 02:28:38.000000000 -0800 From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
+++ koji-1.27.0/cli/koji.conf 2021-11-18 13:33:55.468796788 -0800 Date: Mon, 16 Oct 2023 10:02:39 +0300
Subject: [PATCH] msvsphere config
---
cli/koji.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/cli/koji.conf b/cli/koji.conf
index 331751d..fad50df 100644
--- a/cli/koji.conf
+++ b/cli/koji.conf
@@ -4,12 +4,15 @@ @@ -4,12 +4,15 @@
;url of XMLRPC server ;url of XMLRPC server
;server = http://hub.example.com/kojihub ;server = http://hub.example.com/kojihub
+server = https://koji.fedoraproject.org/kojihub +server = https://koji.inferitos.ru/kojihub
;url of web interface ;url of web interface
;weburl = http://www.example.com/koji ;weburl = http://www.example.com/koji
+weburl = https://koji.fedoraproject.org/koji +weburl = https://koji.inferitos.ru/koji/
;url of package download site ;url of package download site
;pkgurl = http://www.example.com/packages ;pkgurl = http://www.example.com/packages
+topurl = https://kojipkgs.fedoraproject.org +topurl = https://koji.inferitos.ru/kojifiles/packages/
;path to the koji top directory ;path to the koji top directory
;topdir = /mnt/koji ;topdir = /mnt/koji
@ -42,3 +52,6 @@ diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf
+ +
+; 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
--
2.39.3

@ -9,15 +9,15 @@
Name: koji Name: koji
Version: 1.33.0 Version: 1.33.0
Release: 1%{?dist} Release: 1%{?dist}.inferit
# 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+
Summary: Build system tools Summary: Build system tools
URL: https://pagure.io/koji/ URL: https://pagure.io/koji/
Source0: https://releases.pagure.org/koji/koji-%{version}.tar.bz2 Source0: https://releases.pagure.org/koji/koji-%{version}.tar.bz2
# Not upstreamable # MSVSphere
Patch1000: fedora-config.patch Patch1000: 0001-msvsphere-config.patch
BuildArch: noarch BuildArch: noarch
Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release} Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release}
@ -348,7 +348,8 @@ done
%systemd_postun kojira.service %systemd_postun kojira.service
%changelog %changelog
* Mon Oct 16 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.33.0-1 * Mon Oct 16 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.33.0-1.inferit
- MSVSphere config
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2
* Wed May 24 2023 Kevin Fenzi <kevin@scrye.com> - 1.33.0-1 * Wed May 24 2023 Kevin Fenzi <kevin@scrye.com> - 1.33.0-1

Loading…
Cancel
Save