Accepting request 236015 from devel:languages:python
- disable tests for 11.1 and SLES 10 builds (forwarded request 235464 from frispete) OBS-URL: https://build.opensuse.org/request/show/236015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=7
This commit is contained in:
commit
b783ba3a9b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 26 21:40:35 UTC 2014 - hpj@urpla.net
|
||||||
|
|
||||||
|
- disable tests for 11.1 and SLES 10 builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 17 20:35:51 UTC 2014 - benoit.monin@gmx.fr
|
Mon Feb 17 20:35:51 UTC 2014 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -55,8 +55,10 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} > 1110
|
||||||
%check
|
%check
|
||||||
python run-tests.py
|
python run-tests.py
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user