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 }