From 1e3519e63464209cb9de63a8f9a962a70f0484bf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 12 Aug 2020 10:08:35 -0700 Subject: [PATCH] Change Requires to python3-libcomps, the epel8 one doesn't provide python-libcomps --- koji.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/koji.spec b/koji.spec index c378234..c2a9a68 100644 --- a/koji.spec +++ b/koji.spec @@ -9,7 +9,7 @@ Name: koji Version: 1.22.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 @@ -24,7 +24,7 @@ Patch100: fedora-config.patch BuildArch: noarch Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release} Requires: python%{python3_pkgversion}-libcomps -Requires: python-libcomps +Requires: python3-libcomps BuildRequires: systemd BuildRequires: pkgconfig @@ -337,6 +337,9 @@ done %systemd_postun kojira.service %changelog +* Wed Aug 12 2020 Kevin Fenzi - 1.22.0-2 +- Change Requires to python3-libcomps, the epel8 one doesn't provide python-libcomps + * Sun Aug 02 2020 Kevin Fenzi - 1.22.0-1 - Update to 1.22.0. - Remove python2 suppport, move to python3 on everything except epel6/7