From 3e581ae166e6eb46a79d26b494b49c23daa161459e3fd44918507b9860953aa4 Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Tue, 23 Jul 2013 12:18:17 +0000 Subject: [PATCH] if suse_version <= 1230 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=6 --- yast2-services-manager.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/yast2-services-manager.spec b/yast2-services-manager.spec index d739745..ed3484f 100644 --- a/yast2-services-manager.spec +++ b/yast2-services-manager.spec @@ -19,12 +19,11 @@ Name: yast2-services-manager Version: 0.0.8 Release: 0 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-services-manager.tar.bz2 -BuildArch: noarch - Requires: yast2 >= 2.24.1 Requires: yast2-ruby-bindings >= 1.1.2 @@ -47,8 +46,8 @@ Provides user interface and libraries to configure running services and the defa %setup -n yast2-services-manager %build -# Temporary fix: Disabling tests that do not work in 13.1 -%if 0%{?suse_version} < 1310 +# Temporary fix: Disabling tests that do not work in openSUSE higher than 12.3 +%if 0%{?suse_version} <= 1230 rake test %endif