|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: koji
|
|
|
|
Name: koji
|
|
|
|
Version: 1.34.0
|
|
|
|
Version: 1.34.0
|
|
|
|
Release: 2%{?dist}.inferit
|
|
|
|
Release: 3%{?dist}.inferit
|
|
|
|
# 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
|
|
|
@ -224,7 +224,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 kojihub builder plugins util www vm ; do
|
|
|
|
for D in kojihub builder plugins util www vm schemas ; 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
|
|
|
@ -251,6 +251,7 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
%{_datadir}/koji
|
|
|
|
%config(noreplace) /etc/koji.conf
|
|
|
|
%config(noreplace) /etc/koji.conf
|
|
|
|
%dir /etc/koji.conf.d
|
|
|
|
%dir /etc/koji.conf.d
|
|
|
|
%doc docs Authors COPYING LGPL
|
|
|
|
%doc docs Authors COPYING LGPL
|
|
|
@ -366,6 +367,9 @@ done
|
|
|
|
%systemd_postun kojira.service
|
|
|
|
%systemd_postun kojira.service
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 22 2024 Kevin Fenzi <kevin@scrye.com> - 1.34.0-3
|
|
|
|
|
|
|
|
- Add back in missing schema files. rhbz#2270743
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 20 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.34.0-2.inferit
|
|
|
|
* Wed Mar 20 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.34.0-2.inferit
|
|
|
|
- Upgrade to 1.34.0-2
|
|
|
|
- Upgrade to 1.34.0-2
|
|
|
|
- Rebuild for MSVSphere 9.3
|
|
|
|
- Rebuild for MSVSphere 9.3
|
|
|
|