diff --git a/koji.spec b/koji.spec index 7659eb1..eadd0c1 100644 --- a/koji.spec +++ b/koji.spec @@ -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 - 1.18.0-6 +- Fix macro added in previous change. + * Tue Sep 17 2019 Kevin Fenzi - 1.18.0-5 - Add provides for python3 subpackage. Fixes bug #1750391