obsolete -py36 pakcage and require python-watchdog [release 0.9-3mamba;Sun Jan 03 2021]
This commit is contained in:
parent
6aa90c2287
commit
0fc4f124ff
@ -1,6 +1,6 @@
|
|||||||
Name: python-reload
|
Name: python-reload
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: Starts given program and reloads it whenever any file in current directory changes
|
Summary: Starts given program and reloads it whenever any file in current directory changes
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Obsoletes: python-reload-py36 <= 0.9-1mamba \
|
||||||
|
Requires: python-watchdog%{?pyappend:-%pyappend}
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -47,5 +50,11 @@ sed -i "/\.py[co]$/d" %{name}.filelist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-3mamba
|
||||||
|
- obsolete -py36 pakcage and require python-watchdog
|
||||||
|
|
||||||
|
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-2mamba
|
||||||
|
- rebuilt with -py3
|
||||||
|
|
||||||
* Sat Mar 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
* Sat Mar 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user