From 1b3977bde78ea4c2440dd25c92223d10db29a340f0f5e430a50ab309ab78bec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 22 Sep 2022 12:01:40 +0000 Subject: [PATCH] Remove BuildRequires on rubygem-thor (no longer necessary) OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=67 --- vagrant.changes | 5 +++++ vagrant.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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}