Update to 1.22.1. Fixes 1876427

epel9
Kevin Fenzi 4 years ago
parent 1e3519e634
commit aa86fe9afc

1
.gitignore vendored

@ -26,3 +26,4 @@ koji-1.4.0.tar.bz2
/koji-1.21.0.tar.bz2 /koji-1.21.0.tar.bz2
/koji-1.21.1.tar.bz2 /koji-1.21.1.tar.bz2
/koji-1.22.0.tar.bz2 /koji-1.22.0.tar.bz2
/koji-1.22.1.tar.bz2

@ -8,8 +8,8 @@
%{?!python3_pkgversion:%global python3_pkgversion 3} %{?!python3_pkgversion:%global python3_pkgversion 3}
Name: koji Name: koji
Version: 1.22.0 Version: 1.22.1
Release: 2%{?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+
Summary: Build system tools Summary: Build system tools
@ -337,6 +337,9 @@ done
%systemd_postun kojira.service %systemd_postun kojira.service
%changelog %changelog
* Mon Sep 07 2020 Kevin Fenzi <kevin@scrye.com> - 1.22.1-1
- Update to 1.22.1. Fixes 1876427
* Wed Aug 12 2020 Kevin Fenzi <kevin@scrye.com> - 1.22.0-2 * 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 - Change Requires to python3-libcomps, the epel8 one doesn't provide python-libcomps

@ -1 +1 @@
SHA512 (koji-1.22.0.tar.bz2) = 546c17e5e4051ef1cc7cb49080514fdc354c7204aea3cdeca9666d6f472b5185f817bb0518227e97fcc9a622cd06b930926f01807fdae2cf17270e9cb84cb212 SHA512 (koji-1.22.1.tar.bz2) = 83c086b7bae73a06442921fa1547f5cb501b5bc523016334000eb571c15caa62d69c117c724d7c182672b0f649cf999be943203d84003bd6ff271118828db78f

Loading…
Cancel
Save