SHA256
1
0
forked from pool/vagrant

Accepting request 697962 from home:dancermak:branches:Virtualization:vagrant

relax BuildRequire to not depend on extremely old gems

OBS-URL: https://build.opensuse.org/request/show/697962
OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=32
This commit is contained in:
Johannes Kastl 2019-04-26 14:52:13 +00:00 committed by Git OBS Bridge
parent a6029d2a0f
commit 628fc1cbce

View File

@ -142,12 +142,12 @@ BuildRequires: %{rubygem fake_ftp:0.1 >= 0.1.1 }
BuildRequires: %{rubygem mime-types:3 } BuildRequires: %{rubygem mime-types:3 }
# Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2 # Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2
BuildRequires: %{rubygem builder:3.1 } BuildRequires: %{rubygem builder:3.1 }
# Prevent have choice for rubygem(ruby:2.6.0:ffi) >= 0.5.0 # Prevent have choice for rubygem(ruby:2.6.0:ffi:1) >= 1
BuildRequires: %{rubygem ffi:1.2 } BuildRequires: %{rubygem ffi >= 1.9 }
# Prevent have choice for rubygem(ruby:2.5.0:thor:0) >= 0.18 # Prevent have choice for rubygem(ruby:2.5.0:thor:0) >= 0.18
BuildRequires: %{rubygem thor:0.19} BuildRequires: %{rubygem thor:0.19}
# have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6 # have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6
BuildRequires: %{rubygem addressable:2.4} BuildRequires: %{rubygem addressable >= 2.6}
BuildRequires: ruby-macros >= 5 BuildRequires: ruby-macros >= 5