From 2118accea81b80455d0e361eaee0101ff6643a3e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Dec 2016 14:52:41 -0800 Subject: [PATCH] REALLY rename Python 2 package to python2-freezegun --- python-freezegun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-freezegun.spec b/python-freezegun.spec index ea55c6a..a428995 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -13,7 +13,7 @@ Name: python-freezegun Version: 0.3.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{sum} Group: Development/Libraries @@ -112,7 +112,7 @@ popd nosetests-%{python2_version} tests/ -%files +%files -n python2-freezegun %doc README.rst LICENSE %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-%{version}* @@ -125,6 +125,9 @@ nosetests-%{python2_version} tests/ %endif %changelog +* Wed Dec 28 2016 Adam Williamson - 0.3.8-4 +- REALLY rename Python 2 package to python2-freezegun + * Wed Dec 21 2016 Adam Williamson - 0.3.8-3 - Rebuild with Python 3.6 again (now python-sure is built) - rename Python 2 package to python2-freezegun