forked from pool/vagrant
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
This commit is contained in:
parent
437bcc4535
commit
dad8febf9a
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 19:52:43 UTC 2024 - Илья Индиго <ilya@ilya.cf>
|
||||
Mon Jan 22 16:04:58 UTC 2024 - Илья Индиго <ilya@ilya.cf>
|
||||
|
||||
- Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951).
|
||||
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user