From 47f3d5ca9dc9af9f5a91018b243f82e952d4e6e1a8edb7224af48fbceb0ec189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 8 Aug 2022 07:18:20 +0000 Subject: [PATCH] Remove BuildRequires on public_suffix OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=66 --- vagrant.changes | 7 +++++++ vagrant.spec | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vagrant.changes b/vagrant.changes index 35d4969..dbc908d 100644 --- a/vagrant.changes +++ b/vagrant.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 8 07:17:40 UTC 2022 - Dan Čermák + +- Remove BuildRequires on public_suffix + This has been only added to prevent a "have choice for" error, which now + causes problems. + ------------------------------------------------------------------- Mon Feb 28 11:08:13 UTC 2022 - Dan Čermák diff --git a/vagrant.spec b/vagrant.spec index 3c81ac5..cfb80e0 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -161,8 +161,6 @@ BuildRequires: %{rubygem ffi >= 1.9 } BuildRequires: %{rubygem thor:0.19} # Prevent have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6 BuildRequires: %{rubygem addressable >= 2.7} -# Prevent have choice for rubygem(ruby:2.5.0:public_suffix) >= 2.0.2 -BuildRequires: %{rubygem public_suffix:4} # gem2rpm *must* be included as a direct dependency when building with a # non-default ruby version