From 494c45d4be0a61c7147bdaa514d6c1597104d50c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 18 Nov 2021 16:51:36 -0800 Subject: [PATCH] Fix rebasing issue in koji.conf --- fedora-config.patch | 2 +- koji.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fedora-config.patch b/fedora-config.patch index b5388ad..2974812 100644 --- a/fedora-config.patch +++ b/fedora-config.patch @@ -13,7 +13,7 @@ diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf ;url of package download site ;pkgurl = http://www.example.com/packages -+pkgurl = https://kojipkgs.fedoraproject.org/packages ++topurl = https://kojipkgs.fedoraproject.org/packages ;path to the koji top directory ;topdir = /mnt/koji diff --git a/koji.spec b/koji.spec index 0b73606..011b5d3 100644 --- a/koji.spec +++ b/koji.spec @@ -9,7 +9,7 @@ Name: koji Version: 1.27.0 -Release: 1%{?dist} +Release: 2%{?dist} # the included arch lib from yum's rpmUtils is GPLv2+ License: LGPLv2 and GPLv2+ Summary: Build system tools @@ -347,6 +347,9 @@ done %systemd_postun kojira.service %changelog +* Thu Nov 18 2021 Kevin Fenzi - 1.27.0-2 +- Fix rebasing issue in koji.conf + * Thu Nov 18 2021 Kevin Fenzi - 1.27.0-1 - Update to 1.27.0. Fixes rhbz#2024552