Update to 1.21.1. Fixes bug #1826406

epel9
Kevin Fenzi 5 years ago
parent 2e3b46d214
commit c6daa97c0f

1
.gitignore vendored

@ -23,3 +23,4 @@ koji-1.4.0.tar.bz2
/koji-1.19.1.tar.bz2
/koji-1.20.0.tar.bz2
/koji-1.20.1.tar.bz2
/koji-1.21.0.tar.bz2

@ -78,7 +78,7 @@
%endif
Name: koji
Version: 1.20.1
Version: 1.21.0
Release: 1%{?dist}
# the included arch lib from yum's rpmUtils is GPLv2+
License: LGPLv2 and GPLv2+
@ -88,9 +88,6 @@ Source0: https://releases.pagure.org/koji/koji-%{version}.tar.bz2
# Patches already upstream
# Adjust xz params to favor speed
Patch15: https://pagure.io/koji/pull-request/1576.patch
# Not upstreamable
Patch100: fedora-config.patch
@ -587,6 +584,7 @@ rm -f %{buildroot}/%{_libexecdir}/kojid/mergerepos
%config(noreplace) /etc/koji-gc/email.tpl
%{_sbindir}/koji-shadow
%dir /etc/koji-shadow
%{_sbindir}/koji-sidetag-cleanup
%config(noreplace) /etc/koji-shadow/koji-shadow.conf
%files web
@ -706,6 +704,9 @@ fi
%endif
%changelog
* Tue Apr 21 2020 Kevin Fenzi <kevin@scrye.com> - 1.21.0-1
- Update to 1.21.1. Fixes bug #1826406
* Fri Mar 06 2020 Kevin Fenzi <kevin@scrye.com> - 1.20.1-1
- Update to 1.20.1

@ -1 +1 @@
SHA512 (koji-1.20.1.tar.bz2) = 0c100d4a5b7101bdb839a2946f2623936a83e5108c7e34536769ebbed127e98727b4005a7a75d075b27fb6fe818d9ae8b3b699a3135a166663de195e1890c873
SHA512 (koji-1.21.0.tar.bz2) = ab7a839a668312800d6a3a838bde9664585f9ef9de67f906f3c28f08698f16235e6570dd6aebe1f549c28342bb1c4c6ce8eb7f7f11e7a688f3e00ed9b45bca56

Loading…
Cancel
Save