From bdfe6c815b6f7239feb3e2ea176b1d0e5f4d7e928d50b3020ba39b6e87436f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 4 Dec 2012 09:31:19 +0000 Subject: [PATCH] Accepting request 143967 from home:saschpe:branches:openSUSE:Tools - Disable testsuite on SLE_11_SP2 to fix build OBS-URL: https://build.opensuse.org/request/show/143967 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=57 --- obs-service-tar_scm.changes | 5 +++++ obs-service-tar_scm.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index 6b65338..0059088 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 3 16:01:03 UTC 2012 - saschpe@suse.de + +- Disable testsuite on SLE_11_SP2 to fix build + ------------------------------------------------------------------- Mon Dec 3 14:46:15 UTC 2012 - saschpe@suse.de diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index 61f27ed..f69dbb9 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -56,9 +56,11 @@ install -m 0644 tar_scm.service %{buildroot}%{_prefix}/lib/obs/service mkdir -p %{buildroot}%{_sysconfdir}/obs/services install -m 0644 tar_scm.rc %{buildroot}%{_sysconfdir}/obs/services/%{service} +%if 0%{?suse_version} >= 1220 %check : Running the test suite. Please be patient - this takes a few minutes ... python test.py +%endif %files %defattr(-,root,root)