Fix mergerepos conditional for f30.

epel9
Kevin Fenzi 6 years ago
parent 648230526f
commit 603cb8ae7c

@ -79,7 +79,7 @@
Name: koji Name: koji
Version: 1.18.0 Version: 1.18.0
Release: 1%{?dist} Release: 2%{?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
@ -483,7 +483,7 @@ done
%endif %endif
%endif %endif
%if 0%{py2_support} < 1 %if 0%{py2_support} < 2
# With no python2 support, remove/do not ship internal mergerepos # With no python2 support, remove/do not ship internal mergerepos
rm -f %{buildroot}/%{_libexecdir}/kojid/mergerepos rm -f %{buildroot}/%{_libexecdir}/kojid/mergerepos
%endif %endif
@ -697,6 +697,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Aug 16 2019 Kevin Fenzi <kevin@scrye.com> - 1.18.0-2
- Fix mergerepos conditional for f30.
* Fri Aug 16 2019 Kevin Fenzi <kevin@scrye.com> - 1.18.0-1 * Fri Aug 16 2019 Kevin Fenzi <kevin@scrye.com> - 1.18.0-1
- Update to 1.18.0. - Update to 1.18.0.

Loading…
Cancel
Save