Accepting request 235464 from home:frispete:python
- disable tests for 11.1 and SLES 10 builds OBS-URL: https://build.opensuse.org/request/show/235464 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=9
This commit is contained in:
parent
ee26150e71
commit
36df5af298
@ -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…
x
Reference in New Issue
Block a user