Fix conflict

This commit is contained in:
Fabio Alessandro Locati 2017-01-23 09:48:11 +00:00
commit 8d4c8313ed
No known key found for this signature in database
GPG Key ID: 710BAB0B9BA5B117

View File

@ -65,6 +65,8 @@ etc. The core of this module is a decorator factory called decorator.
%if %{with python3}
%py3_install
%endif # with python3
# Remove this when https://github.com/micheles/decorator/issues/32 is fixed.
find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
%check
%{__python2} setup.py test
@ -90,6 +92,12 @@ etc. The core of this module is a decorator factory called decorator.
* Mon Jan 23 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 4.0.11-1
- Update to 4.0.11
* Thu Dec 29 2016 Kevin Fenzi <kevin@scrye.com> - 4.0.10-5
- Remove SOURCES.txt~ file. Fixes bug #1404634
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 4.0.10-4
- Rebuild for Python 3.6
* Mon Aug 29 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 4.0.10-3
- SPEC Cleanup
- Remove unused build requires