Accepting request 1134435 from Virtualization:vagrant

Relaxed the ruby version requirement.

OBS-URL: https://build.opensuse.org/request/show/1134435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=54
This commit is contained in:
Ana Guerrero 2023-12-22 21:40:39 +00:00 committed by Git OBS Bridge
commit 058c13f5b7
2 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 21 10:17:42 UTC 2023 - Илья Индиго <ilya@ilya.cf>
- Relaxed the ruby version requirement.
-------------------------------------------------------------------
Thu Nov 16 15:50:55 UTC 2023 - Dan Čermák <dcermak@suse.com>

View File

@ -31,7 +31,7 @@ Summary: Tool for building and distributing virtualized development envir
License: MIT
Group: Development/Languages/Ruby
URL: https://github.com/hashicorp/vagrant
Source0: %{URL}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/hashicorp/vagrant/archive/v%{version}/%{name}-%{version}.tar.gz
Source11: vagrant.1
Source93: vagrant_transfiletriggerin.rb
Source94: vagrant_transfiletriggerun.rb
@ -79,15 +79,7 @@ Patch13: 0013-Bump-webrick-dependency-to-1.8.0.patch
# Build dependencies
#===============================================================================
# s.required_ruby_version = ">= 3.0", "< 3.3"
%if 0%{?suse_version} > 1500
BuildRequires: %{ruby} < 3.3
%else
BuildRequires: %{ruby} >= 3.0
%endif
#
#
#
BuildRequires: %{rubygem bundler}
# s.add_dependency "bcrypt_pbkdf", "~> 1.1"
BuildRequires: %{rubygem bcrypt_pbkdf:1 >= 1.1 }