Updated to git ref e78cb4a
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=18
This commit is contained in:
parent
948757cddb
commit
dae787f390
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0794eec53b940946ce3ab20a56fc93126cfe2b52ce83c516956235e01bea82d7
|
||||
size 21866
|
||||
oid sha256:e0cc511c8a884c3c309c5311ddf3b1a8d48231876c1b9e0ebf07f6ccf6bef73e
|
||||
size 21953
|
||||
|
@ -36,10 +36,13 @@ Requires: yast2 >= 3.0.5
|
||||
Requires: yast2-ruby-bindings >= 1.2.0
|
||||
|
||||
BuildRequires: ruby
|
||||
BuildRequires: rubygem-rspec
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2 >= 3.0.5
|
||||
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
||||
# Backward compatibility fix for opensuse-13.1
|
||||
%if 0%{?suse_version} > 131
|
||||
BuildRequires: rubygem-rspec
|
||||
%endif
|
||||
|
||||
Summary: YaST2 - Services Manager
|
||||
License: GPL-2.0+
|
||||
@ -53,8 +56,11 @@ services and targets.
|
||||
%prep
|
||||
%setup -n yast2-services-manager
|
||||
|
||||
%build
|
||||
%check
|
||||
# opensuse-13.1 does not contain rspec in default repositories
|
||||
%if 0%{?suse_version} > 131
|
||||
rspec test/*_test.rb
|
||||
%endif
|
||||
|
||||
%install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2f03a0b3f41d0e45fc93dc9c853be05307a2ab1d2601f218be8237a9d8a2c73
|
||||
size 20485
|
||||
oid sha256:c51e6bf9eb446cb88e1d51b6de7b7aa9ca7f19527017c1d5958938c6f718cb35
|
||||
size 20487
|
||||
|
Loading…
x
Reference in New Issue
Block a user