forked from pool/vagrant
Accepting request 1139787 from home:13ilya:branches:Virtualization:vagrant
- Added file ruby-dependency.patch for relaxed ruby requirement (boo#1218951). OBS-URL: https://build.opensuse.org/request/show/1139787 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=81
This commit is contained in:
parent
695cc5c1b3
commit
44dab0d823
12
ruby-dependency.patch
Normal file
12
ruby-dependency.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Pdpru vagrant-2.3.7.orig/vagrant.gemspec vagrant-2.3.7/vagrant.gemspec
|
||||||
|
--- vagrant-2.3.7.orig/vagrant.gemspec 2023-06-15 23:40:35.000000000 +0300
|
||||||
|
+++ vagrant-2.3.7/vagrant.gemspec 2024-01-18 19:38:47.090039506 +0300
|
||||||
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
||||||
|
s.summary = "Build and distribute virtualized development environments."
|
||||||
|
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
|
||||||
|
|
||||||
|
- s.required_ruby_version = ">= 3.0", "< 3.3"
|
||||||
|
+ s.required_ruby_version = ">= 3.0", "<= 3.3"
|
||||||
|
s.required_rubygems_version = ">= 1.3.6"
|
||||||
|
|
||||||
|
s.add_dependency "bcrypt_pbkdf", "~> 1.1"
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 18 17:01:43 UTC 2024 - Илья Индиго <ilya@ilya.cf>
|
||||||
|
|
||||||
|
- Added file ruby-dependency.patch for relaxed ruby requirement (boo#1218951).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 10:17:42 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
Thu Dec 21 10:17:42 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vagrant
|
# spec file for package vagrant
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2012 Laurent Bigonville <bigon@debian.org>, License GPL-2.0+
|
# Copyright (c) 2012 Laurent Bigonville <bigon@debian.org>, License GPL-2.0+
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -47,6 +47,7 @@ Recommends: vagrant-libvirt
|
|||||||
# https://github.com/dcermak/vagrant.git repository.
|
# https://github.com/dcermak/vagrant.git repository.
|
||||||
# On every new release of vagrant, rebase them on top of the latest tag.
|
# On every new release of vagrant, rebase them on top of the latest tag.
|
||||||
#
|
#
|
||||||
|
Patch0: ruby-dependency.patch
|
||||||
Patch1: 0001-bin-vagrant-silence-warning-about-installer.patch
|
Patch1: 0001-bin-vagrant-silence-warning-about-installer.patch
|
||||||
Patch2: 0002-Use-a-private-temporary-dir.patch
|
Patch2: 0002-Use-a-private-temporary-dir.patch
|
||||||
Patch3: 0003-plugins-don-t-abuse-require_relative.patch.patch
|
Patch3: 0003-plugins-don-t-abuse-require_relative.patch.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user