forked from pool/vagrant
Accepting request 1183032 from Virtualization:vagrant
- Changed rubygem-builder requirement to 3.3. OBS-URL: https://build.opensuse.org/request/show/1183032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=58
This commit is contained in:
commit
57742b33b1
@ -1,5 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 27 19:14:03 UTC 2024 - Илья Индиго <13ilya@gmail.com>
|
Mon Jun 24 14:52:38 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
|
- Changed rubygem-builder requirement to 3.3.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 19:14:03 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Added file childprocess-5.0.patch for support childprocess 5.0.
|
- Added file childprocess-5.0.patch for support childprocess 5.0.
|
||||||
|
|
||||||
@ -10,12 +15,12 @@ Mon Feb 12 05:43:13 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|||||||
vagrant_cloud versions
|
vagrant_cloud versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 16:04:58 UTC 2024 - Илья Индиго <ilya@ilya.cf>
|
Mon Jan 22 16:04:58 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951).
|
- Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 10:17:42 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
Thu Dec 21 10:17:42 UTC 2023 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Relaxed the ruby version requirement.
|
- Relaxed the ruby version requirement.
|
||||||
|
|
||||||
@ -65,7 +70,7 @@ Sun Jun 18 10:48:43 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.c
|
|||||||
- add 0011-remove-ssl-extension.patch to remove the vagrant ssl extension
|
- add 0011-remove-ssl-extension.patch to remove the vagrant ssl extension
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 07:53:25 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
Tue May 30 07:53:25 UTC 2023 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Updated to 2.3.6
|
- Updated to 2.3.6
|
||||||
* https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023
|
* https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023
|
||||||
|
@ -85,7 +85,7 @@ Patch15: childprocess-5.0.patch
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
BuildRequires: %{rubygem bundler}
|
BuildRequires: %{rubygem bundler}
|
||||||
BuildRequires: %{ruby} < 3.4
|
BuildRequires: %{ruby} >= 3.0, %{ruby} < 3.4
|
||||||
# s.add_dependency "bcrypt_pbkdf", "~> 1.1"
|
# s.add_dependency "bcrypt_pbkdf", "~> 1.1"
|
||||||
BuildRequires: %{rubygem bcrypt_pbkdf:1 >= 1.1 }
|
BuildRequires: %{rubygem bcrypt_pbkdf:1 >= 1.1 }
|
||||||
# s.add_dependency "childprocess", "~> 5.0.0"
|
# s.add_dependency "childprocess", "~> 5.0.0"
|
||||||
@ -158,7 +158,7 @@ BuildRequires: %{rubygem webrick:1.8 }
|
|||||||
# Prevent have choice for rubygem(ruby:2.6.0:mime-types) >= 2
|
# Prevent have choice for rubygem(ruby:2.6.0:mime-types) >= 2
|
||||||
BuildRequires: %{rubygem mime-types:3 }
|
BuildRequires: %{rubygem mime-types:3 }
|
||||||
# Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2
|
# Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2
|
||||||
BuildRequires: %{rubygem builder:3.2 }
|
BuildRequires: %{rubygem builder:3.3 }
|
||||||
# Prevent have choice for rubygem(ruby:2.6.0:ffi:1) >= 1
|
# Prevent have choice for rubygem(ruby:2.6.0:ffi:1) >= 1
|
||||||
BuildRequires: %{rubygem ffi >= 1.9 }
|
BuildRequires: %{rubygem ffi >= 1.9 }
|
||||||
# Prevent have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6
|
# Prevent have choice for rubygem(ruby:2.5.0:addressable) >= 2.3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user