From dad8febf9a274ef1d831ba093c6061133648112a350c88890bc31119d539080f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Mon, 22 Jan 2024 16:09:04 +0000 Subject: [PATCH] Accepting request 1140685 from home:13ilya:branches:Virtualization:vagrant - Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951). OBS-URL: https://build.opensuse.org/request/show/1140685 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=84 --- vagrant.changes | 2 +- vagrant.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/vagrant.changes b/vagrant.changes index 72d3e68..9b3acf7 100644 --- a/vagrant.changes +++ b/vagrant.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Jan 19 19:52:43 UTC 2024 - Илья Индиго +Mon Jan 22 16:04:58 UTC 2024 - Илья Индиго - Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951). diff --git a/vagrant.spec b/vagrant.spec index 7d06b79..26432e0 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -19,6 +19,10 @@ # disable tests if you want to just run a quick build %{bcond_without tests} +%global rb_build_versions %rb_default_ruby +%global rb_build_abi %rb_default_ruby_abi +%global rb_ruby_suffix %rb_default_ruby_suffix +# %global mod_name vagrant %global mod_full_name %{mod_name}-%{version} %global vim_data_dir %{_datadir}/vim/site/plugin/ @@ -80,7 +84,7 @@ Patch13: 0013-Bump-webrick-dependency-to-1.8.0.patch # Build dependencies #=============================================================================== -BuildRequires: %{ruby} >= 3.0, %{ruby} < 3.4 +BuildRequires: %{ruby} < 3.4 BuildRequires: %{rubygem bundler} # s.add_dependency "bcrypt_pbkdf", "~> 1.1" BuildRequires: %{rubygem bcrypt_pbkdf:1 >= 1.1 }