- Disable testsuite on SLE_11_SP2 to fix build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=6
This commit is contained in:
Sascha Peilicke 2012-04-11 18:16:34 +00:00 committed by Git OBS Bridge
parent 99f666aaa4
commit 4173fe89b7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 11 18:16:14 UTC 2012 - saschpe@gmx.de
- Disable testsuite on SLE_11_SP2 to fix build
-------------------------------------------------------------------
Tue Apr 3 13:46:06 UTC 2012 - adrian@suse.de

View File

@ -50,8 +50,10 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} >= 1140
%check
nosetests
%endif
%files
%defattr(-,root,root)