|
|
|
@ -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 <awilliam@redhat.com> - 0.3.8-4
|
|
|
|
|
- REALLY rename Python 2 package to python2-freezegun
|
|
|
|
|
|
|
|
|
|
* Wed Dec 21 2016 Adam Williamson <awilliam@redhat.com> - 0.3.8-3
|
|
|
|
|
- Rebuild with Python 3.6 again (now python-sure is built)
|
|
|
|
|
- rename Python 2 package to python2-freezegun
|
|
|
|
|