From 7a9317354994a441546643337856f8ed7e171853 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 1 Sep 2018 21:31:36 +0200 Subject: [PATCH] fix el6 build Related: rhbz#1310704 --- python-progress.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-progress.spec b/python-progress.spec index ac1b8c3..ca384d3 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -38,6 +38,7 @@ Collection of easy to use progress bars and spinners. %prep %autosetup -p1 -n %{pypi_name}-%{version} + # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -81,6 +82,9 @@ popd %endif # with_python3 %changelog +* Sat Sep 01 2018 Pavel Raiskup - 1.2-10 +- el6 build requires newline after %%autosetup (rhbz#1310704) + * Thu Dec 08 2016 Pavel Raiskup - 1.2-10 - keep enabled python3 subpackage only in fedora, and merge into epel7