diff --git a/macros.python3 b/macros.python3 index 984dbcd..2cabc40 100644 --- a/macros.python3 +++ b/macros.python3 @@ -33,3 +33,4 @@ %py3_install_wheel() %{expand: pip%{python3_version} install -I dist/%{1} --root %{buildroot} --strip-file-prefix %{buildroot} +} diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 62c7977..ed94d9d 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -1,6 +1,6 @@ Name: python-rpm-macros Version: 3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: The unversioned Python RPM macros License: MIT @@ -69,6 +69,9 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ %changelog +* Wed Nov 16 2016 Orion Poplawski 3-14 +- Fix %%py3_install_wheel (bug #1395953) + * Wed Nov 16 2016 Orion Poplawski 3-13 - Add missing sleeps to other build macros - Fix build_egg macros