diff --git a/python-passlib.changes b/python-passlib.changes index 82e741d..6674bee 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 11:34:03 UTC 2012 - saschpe@suse.de + +- Don't run testsuite on SLE, fixes build + ------------------------------------------------------------------- Tue Jan 31 10:38:52 UTC 2012 - saschpe@suse.de diff --git a/python-passlib.spec b/python-passlib.spec index 9e0b681..074f87e 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-passlib Version: 1.5.3 Release: 0 @@ -50,8 +51,10 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%if 0%{?suse_version} && 0%{?suse_version} > 1130 %check nosetests +%endif %files %defattr(-,root,root,-)