From 4173fe89b73571a2cc03ec27f5680afd3e9a9647e7b3795161f47c8db34fa278 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 11 Apr 2012 18:16:34 +0000 Subject: [PATCH] - 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 --- python-keyring.changes | 5 +++++ python-keyring.spec | 2 ++ 2 files changed, 7 insertions(+) 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)