try fix build issues
This commit is contained in:
parent
c463c65e5a
commit
bac5ee4d47
@ -27,11 +27,11 @@ URL: https://github.com/yast/yast-network
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# testsuite
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.15
|
||||
#for install task
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
BuildRequires: yast2-storage-ng
|
||||
# Added force option to NetworkService.EnableDisableNow method
|
||||
BuildRequires: yast2 >= 4.5.12
|
||||
@ -40,7 +40,7 @@ BuildRequires: yast2-packager >= 4.0.18
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
# cfa for parsing hosts
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||
BuildRequires: rubygem(cfa) >= 0.6.4
|
||||
# lenses are needed to use cfa
|
||||
BuildRequires: augeas-lenses
|
||||
# yast/rspec/helpers.rb
|
||||
@ -56,7 +56,7 @@ Requires: yast2 >= 4.5.12
|
||||
# Packages::vnc_packages
|
||||
Requires: yast2-packager >= 4.0.18
|
||||
Requires: augeas-lenses
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||
Requires: rubygem(cfa) >= 0.6.4
|
||||
# BusID of all the cards with the same one (bsc#1007172)
|
||||
Requires: hwinfo >= 21.35
|
||||
Requires: hostname
|
||||
@ -64,7 +64,7 @@ Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Requires: yast2-xml
|
||||
|
||||
# testsuite
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
BuildRequires: rubygem(rspec)
|
||||
|
||||
# carrier detection
|
||||
Conflicts: yast2-core < 2.10.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user