Remove SOURCES.txt~ file. Fixes bug #1404634
This commit is contained in:
parent
51901d5670
commit
641d4cf7bd
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 4.0.10
|
Version: 4.0.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -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
|
||||||
@ -87,6 +89,9 @@ etc. The core of this module is a decorator factory called decorator.
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 4.0.10-4
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user