1
0
Lukas Ocilka 2013-07-23 12:18:17 +00:00 committed by Git OBS Bridge
parent d6b7502ed4
commit 3e581ae166

View File

@ -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