|
|
|
@ -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 <kevin@scrye.com> - 1.22.0-2
|
|
|
|
|
- Change Requires to python3-libcomps, the epel8 one doesn't provide python-libcomps
|
|
|
|
|
|
|
|
|
|
* Sun Aug 02 2020 Kevin Fenzi <kevin@scrye.com> - 1.22.0-1
|
|
|
|
|
- Update to 1.22.0.
|
|
|
|
|
- Remove python2 suppport, move to python3 on everything except epel6/7
|
|
|
|
|