diff --git a/python-keyring.changes b/python-keyring.changes index 5d4ee36..344ea31 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -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 diff --git a/python-keyring.spec b/python-keyring.spec index ac182d7..526cbc4 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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)