Update to 1.23.0. Fixes bug #1890435

epel9
Kevin Fenzi 4 years ago
parent aa86fe9afc
commit a5cecee608

1
.gitignore vendored

@ -27,3 +27,4 @@ koji-1.4.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 /koji-1.22.1.tar.bz2
/koji-1.23.0.tar.bz2

@ -8,7 +8,7 @@
%{?!python3_pkgversion:%global python3_pkgversion 3} %{?!python3_pkgversion:%global python3_pkgversion 3}
Name: koji Name: koji
Version: 1.22.1 Version: 1.23.0
Release: 1%{?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+
@ -337,6 +337,9 @@ done
%systemd_postun kojira.service %systemd_postun kojira.service
%changelog %changelog
* Thu Oct 22 2020 Kevin Fenzi <kevin@scrye.com> - 1.23.0-1
- Update to 1.23.0. Fixes bug #1890435
* Mon Sep 07 2020 Kevin Fenzi <kevin@scrye.com> - 1.22.1-1 * Mon Sep 07 2020 Kevin Fenzi <kevin@scrye.com> - 1.22.1-1
- Update to 1.22.1. Fixes 1876427 - Update to 1.22.1. Fixes 1876427

@ -1 +1 @@
SHA512 (koji-1.22.1.tar.bz2) = 83c086b7bae73a06442921fa1547f5cb501b5bc523016334000eb571c15caa62d69c117c724d7c182672b0f649cf999be943203d84003bd6ff271118828db78f SHA512 (koji-1.23.0.tar.bz2) = e248e786b7f698da6a60b5fd38514b1bd650ff3009d835452a7e6eb5c9abf77cef6346792ab094be1dd5b965299de0d91eee9c712125d99f5a2546b038ca6095

Loading…
Cancel
Save