|
|
@ -8,7 +8,7 @@
|
|
|
|
%{?!python3_pkgversion:%global python3_pkgversion 3}
|
|
|
|
%{?!python3_pkgversion:%global python3_pkgversion 3}
|
|
|
|
|
|
|
|
|
|
|
|
Name: koji
|
|
|
|
Name: koji
|
|
|
|
Version: 1.31.0
|
|
|
|
Version: 1.31.1
|
|
|
|
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+
|
|
|
@ -206,7 +206,7 @@ sed -e '/util\/koji/g' -e '/koji_cli_plugins/g' -i setup.py
|
|
|
|
%py3_install_wheel %{name}-%{version}-py3-none-any.whl
|
|
|
|
%py3_install_wheel %{name}-%{version}-py3-none-any.whl
|
|
|
|
mkdir -p %{buildroot}/etc/koji.conf.d
|
|
|
|
mkdir -p %{buildroot}/etc/koji.conf.d
|
|
|
|
cp cli/koji.conf %{buildroot}/etc/koji.conf
|
|
|
|
cp cli/koji.conf %{buildroot}/etc/koji.conf
|
|
|
|
for D in hub builder plugins util www vm ; do
|
|
|
|
for D in kojihub builder plugins util www vm ; do
|
|
|
|
pushd $D
|
|
|
|
pushd $D
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3} %{?install_opt} install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3} %{?install_opt} install
|
|
|
|
popd
|
|
|
|
popd
|
|
|
@ -260,6 +260,7 @@ done
|
|
|
|
%files -n python%{python3_pkgversion}-%{name}-hub
|
|
|
|
%files -n python%{python3_pkgversion}-%{name}-hub
|
|
|
|
%{_datadir}/koji-hub/*.py
|
|
|
|
%{_datadir}/koji-hub/*.py
|
|
|
|
%{_datadir}/koji-hub/__pycache__
|
|
|
|
%{_datadir}/koji-hub/__pycache__
|
|
|
|
|
|
|
|
%{python3_sitelib}/kojihub
|
|
|
|
|
|
|
|
|
|
|
|
%files hub-plugins
|
|
|
|
%files hub-plugins
|
|
|
|
%dir /etc/koji-hub/plugins
|
|
|
|
%dir /etc/koji-hub/plugins
|
|
|
@ -347,11 +348,11 @@ done
|
|
|
|
%systemd_postun kojira.service
|
|
|
|
%systemd_postun kojira.service
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Nov 21 2022 Kevin Fenzi <kevin@scrye.com> - 1.31.0-1
|
|
|
|
* Thu Jan 12 2023 Kevin Fenzi <kevin@scrye.com> - 1.31.1-1
|
|
|
|
- Update to 1.31.1. Fixes rhbz#2144498
|
|
|
|
- Update to 1.31.1. Fixes rhbz#2160428
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 05 2022 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.30.1-3
|
|
|
|
* Mon Nov 21 2022 Kevin Fenzi <kevin@scrye.com> - 1.31.0-1
|
|
|
|
- Update kiwi patchset
|
|
|
|
- Update to 1.31.0. Fixes rhbz#2144498
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 25 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.30.1-2
|
|
|
|
* Tue Oct 25 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.30.1-2
|
|
|
|
- Backport more fixes for kiwibuild command for CBS
|
|
|
|
- Backport more fixes for kiwibuild command for CBS
|
|
|
|