diff --git a/vagrant.changes b/vagrant.changes index dbc908d..ad57e65 100644 --- a/vagrant.changes +++ b/vagrant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 22 12:01:34 UTC 2022 - Dan Čermák + +- Remove BuildRequires on rubygem-thor (no longer necessary) + ------------------------------------------------------------------- Mon Aug 8 07:17:40 UTC 2022 - Dan Čermák diff --git a/vagrant.spec b/vagrant.spec index cfb80e0..2fd0571 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -157,8 +157,6 @@ BuildRequires: %{rubygem mime-types:3 } BuildRequires: %{rubygem builder:3.2 } # Prevent have choice for rubygem(ruby:2.6.0:ffi:1) >= 1 BuildRequires: %{rubygem ffi >= 1.9 } -# Prevent have choice for rubygem(ruby:2.5.0:thor:0) >= 0.18 -BuildRequires: %{rubygem thor:0.19} # Prevent have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6 BuildRequires: %{rubygem addressable >= 2.7}