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:
ZYpp Developers 2013-11-04 13:22:17 +00:00 committed by Git OBS Bridge
parent 948757cddb
commit dae787f390
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0794eec53b940946ce3ab20a56fc93126cfe2b52ce83c516956235e01bea82d7 oid sha256:e0cc511c8a884c3c309c5311ddf3b1a8d48231876c1b9e0ebf07f6ccf6bef73e
size 21866 size 21953

View File

@ -36,10 +36,13 @@ Requires: yast2 >= 3.0.5
Requires: yast2-ruby-bindings >= 1.2.0 Requires: yast2-ruby-bindings >= 1.2.0
BuildRequires: ruby BuildRequires: ruby
BuildRequires: rubygem-rspec
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.0.5 BuildRequires: yast2 >= 3.0.5
BuildRequires: yast2-ruby-bindings >= 1.2.0 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 Summary: YaST2 - Services Manager
License: GPL-2.0+ License: GPL-2.0+
@ -53,8 +56,11 @@ services and targets.
%prep %prep
%setup -n yast2-services-manager %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 rspec test/*_test.rb
%endif
%install %install
rake install DESTDIR="%{buildroot}" rake install DESTDIR="%{buildroot}"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f2f03a0b3f41d0e45fc93dc9c853be05307a2ab1d2601f218be8237a9d8a2c73 oid sha256:c51e6bf9eb446cb88e1d51b6de7b7aa9ca7f19527017c1d5958938c6f718cb35
size 20485 size 20487