Fix conflict
This commit is contained in:
commit
8d4c8313ed
@ -65,6 +65,8 @@ etc. The core of this module is a decorator factory called decorator.
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%py3_install
|
%py3_install
|
||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
# Remove this when https://github.com/micheles/decorator/issues/32 is fixed.
|
||||||
|
find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} setup.py test
|
%{__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
|
* Mon Jan 23 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 4.0.11-1
|
||||||
- Update to 4.0.11
|
- 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
|
* Mon Aug 29 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 4.0.10-3
|
||||||
- SPEC Cleanup
|
- SPEC Cleanup
|
||||||
- Remove unused build requires
|
- Remove unused build requires
|
||||||
|
Loading…
Reference in New Issue
Block a user