From 409e89205499e1a4d150cc212ad47b1cf38f89ec038ce9fd9fe555036a83501d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 8 Mar 2012 11:34:01 +0000 Subject: [PATCH] - Don't run testsuite on SLE, fixes build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=7 --- python-passlib.changes | 5 +++++ python-passlib.spec | 3 +++ 2 files changed, 8 insertions(+) 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,-)