Accepting request 539001 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/539001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=6
This commit is contained in:
parent
7c6c677eb1
commit
b58de4fb93
12
0025-do-not-abuse-relative-paths-in-docker-plugin.patch
Normal file
12
0025-do-not-abuse-relative-paths-in-docker-plugin.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: vagrant-1.9.7/plugins/providers/docker/config.rb
|
||||||
|
===================================================================
|
||||||
|
--- vagrant-1.9.7.orig/plugins/providers/docker/config.rb
|
||||||
|
+++ vagrant-1.9.7/plugins/providers/docker/config.rb
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
require "pathname"
|
||||||
|
|
||||||
|
-require_relative "../../../lib/vagrant/util/platform"
|
||||||
|
+require "vagrant/util/platform"
|
||||||
|
|
||||||
|
module VagrantPlugins
|
||||||
|
module DockerProvider
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 26 19:42:46 UTC 2017 - tmkn@tmkn.uk
|
||||||
|
|
||||||
|
- Add 0025-do-not-abuse-relative-paths-in-docker-plugin.patch to
|
||||||
|
make docker plugin work.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 22 19:00:05 UTC 2017 - robert.munteanu@gmail.com
|
Sun Oct 22 19:00:05 UTC 2017 - robert.munteanu@gmail.com
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ Patch21: 0021-Use-Integer-instead-of-Fixnum-for-Ruby-2.4-compatibi.patch
|
|||||||
Patch22: 0022-Do-not-use-deprecated-API.patch
|
Patch22: 0022-Do-not-use-deprecated-API.patch
|
||||||
Patch23: 0023-vbox-fix-package.patch
|
Patch23: 0023-vbox-fix-package.patch
|
||||||
Patch24: 0024-do-not-depend-on-wdm.patch
|
Patch24: 0024-do-not-depend-on-wdm.patch
|
||||||
|
Patch25: 0025-do-not-abuse-relative-paths-in-docker-plugin.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# force only one ruby version
|
# force only one ruby version
|
||||||
@ -172,6 +173,7 @@ Optional dependency offering bash completion for vagrant
|
|||||||
%patch22 -p1
|
%patch22 -p1
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
|
|
||||||
cp %{SOURCE3} .
|
cp %{SOURCE3} .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user