@ -8,33 +8,28 @@
%{?!python3_pkgversion:%global python3_pkgversion 3}
%{?!python3_pkgversion:%global python3_pkgversion 3}
Name: koji
Name: koji
Version: 1.34.0
Version: 1.34.1
Release: 3 %{?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
URL: https://pagure.io/koji/
URL: https://pagure.io/koji/
Source0: https://releases.pagure.org/koji/koji-%{version}.tar.bz2
Source0: https://releases.pagure.org/koji/koji-%{version}.tar.bz2
# scm policy plugin - already upstreamed
# scm policy plugin - already upstreamed but not released yet
Patch1: 1d515927aeb3e3c052fc9208ca71133d9d097fc0.patch
Patch1: 1d515927aeb3e3c052fc9208ca71133d9d097fc0.patch
# Not upstreamable
# Not upstreamable
Patch100: fedora-config.patch
Patch100: fedora-config.patch
# Use dnf5-compatible "group install" command
# Use dnf5-compatible "group install" command
# This should work on yum/dnf-4/dnf5
# This should work on yum/dnf-4/dnf5
Patch102 : https://pagure.io/koji/pull-request/3974.patch
Patch101 : https://pagure.io/koji/pull-request/3974.patch
# noarch builds only happen on some arches
# noarch builds only happen on some arches
# allows picking what arches will do noarch builds
# allows picking what arches will do noarch builds
Patch103: https://pagure.io/koji/pull-request/4013.patch
Patch102: https://pagure.io/koji/pull-request/4013.patch
# oz size patch
# Drop passing a unit to oz so it can determine GiB vs GB
Patch104: https://pagure.io/koji/c/0251961929a45ccae1d635b7e85a9d8826baf72d.patch
# fix typo in refusal - already upstreamed
Patch105: https://pagure.io/koji/c/2a6e18fa356f1aa2a1b5099e55e0af1c89ae4163.patch
# Add index for rpminfo
# Add index for rpminfo
Patch106 : https://pagure.io/koji/pull-request/4026.patch
Patch103: https://pagure.io/koji/pull-request/4026.patch
# setup.py: Fix version retrieval on Python 3.13+
# setup.py: Fix version retrieval on Python 3.13+
Patch107 : https://pagure.io/koji/pull-request/4100.patch
Patch104: https://pagure.io/koji/pull-request/4100.patch
BuildArch: noarch
BuildArch: noarch
Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release}
Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release}
@ -367,6 +362,9 @@ done
%systemd_postun kojira.service
%systemd_postun kojira.service
%changelog
%changelog
* Wed Jun 05 2024 Kevin Fenzi <kevin@scrye.com> - 1.34.1-1
- Upgrade to 1.34.1. Fixes rhbz#2283973
* Fri Mar 22 2024 Kevin Fenzi <kevin@scrye.com> - 1.34.0-3
* Fri Mar 22 2024 Kevin Fenzi <kevin@scrye.com> - 1.34.0-3
- Add back in missing schema files. rhbz#2270743
- Add back in missing schema files. rhbz#2270743