From 0fe14e8f9462b8521dd2a69550afa6e7d716ef9b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 3 Oct 2018 09:18:29 +0200 Subject: [PATCH] Fix el6 build Related: rhbz#1310704 --- python-progress.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-progress.spec b/python-progress.spec index 06ba35b..c88d651 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -68,6 +68,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 @@ -100,6 +101,7 @@ rm -rf %{pypi_name}.egg-info %changelog * Wed Oct 03 2018 Pavel Raiskup - 1.2-19 - no python2 in f30+ (rhbz#1634951) +- fix el6 build (rhbz#1310704) * Sat Jul 14 2018 Fedora Release Engineering - 1.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild