Fix macro added in previous change.

epel9
Jiri Popelka 5 years ago
parent 918daeb2aa
commit 65256d98c4
No known key found for this signature in database
GPG Key ID: A3E9A812AAB73DA7

@ -79,7 +79,7 @@
Name: koji
Version: 1.18.0
Release: 5%{?dist}
Release: 6%{?dist}
# the included arch lib from yum's rpmUtils is GPLv2+
License: LGPLv2 and GPLv2+
Summary: Build system tools
@ -156,7 +156,7 @@ Requires: python%{python3_pkgversion}-dateutil
Requires: python%{python3_pkgversion}-six
# Since we don't have metadata here, provide the 'normal' python provides manually.
Provides: python%{python3_version}dist(%{name}) = %{version}
Provides: python%{python3_version_nodots}dist(%{name}) = %{version}
Provides: python%{python3_pkgversion}dist(%{name}) = %{version}
%description -n python%{python3_pkgversion}-%{name}
desc
@ -700,6 +700,9 @@ fi
%endif
%changelog
* Wed Sep 18 2019 Jiri Popelka <jpopelka@redhat.com> - 1.18.0-6
- Fix macro added in previous change.
* Tue Sep 17 2019 Kevin Fenzi <kevin@scrye.com> - 1.18.0-5
- Add provides for python3 subpackage. Fixes bug #1750391

Loading…
Cancel
Save