forked from pool/yast2-services-manager
if suse_version <= 1230
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=6
This commit is contained in:
parent
d6b7502ed4
commit
3e581ae166
@ -19,12 +19,11 @@
|
|||||||
Name: yast2-services-manager
|
Name: yast2-services-manager
|
||||||
Version: 0.0.8
|
Version: 0.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-services-manager.tar.bz2
|
Source0: yast2-services-manager.tar.bz2
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Requires: yast2 >= 2.24.1
|
Requires: yast2 >= 2.24.1
|
||||||
Requires: yast2-ruby-bindings >= 1.1.2
|
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
|
%setup -n yast2-services-manager
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Temporary fix: Disabling tests that do not work in 13.1
|
# Temporary fix: Disabling tests that do not work in openSUSE higher than 12.3
|
||||||
%if 0%{?suse_version} < 1310
|
%if 0%{?suse_version} <= 1230
|
||||||
rake test
|
rake test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user