commit 09904d0cf3669371cac95912fa76553c86fb7058
Author: Elan Ruusamäe <[email protected]>
Date: Mon May 6 14:13:42 2013 +0300
one more fix for validation path
install-root.patch | 13 +++++++++++++
veewee.spec | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/veewee.spec b/veewee.spec
index 9a48233..ea23a49 100644
--- a/veewee.spec
+++ b/veewee.spec
@@ -4,7 +4,7 @@
Summary: Build Vagrant base boxes or KVM, VirtualBox and Fusion images
Name: veewee
Version: 0.3.7
-Release: 0.11
+Release: 0.12
License: MIT
Group: Applications/Emulators
Source0: https://github.com/jedi4ever/veewee/archive/v%{version}.tar.gz
diff --git a/install-root.patch b/install-root.patch
index baa9461..c6f8e9b 100644
--- a/install-root.patch
+++ b/install-root.patch
@@ -21,3 +21,16 @@
:tmp_dir => File.join(cwd, "tmp")
}
+--- veewee-0.3.7/lib/veewee/provider/core/box/validate_tags.rb 2013-01-10
12:02:14.000000000 +0200
++++ veewee-0.3.7/lib/veewee/provider/core/box/validate_tags.rb 2013-05-06
14:06:41.000000000 +0300
+@@ -37,7 +37,9 @@
+ featurefile="veewee.feature"
+ end
+
+-
feature_path=File.join(File.dirname(__FILE__),"..","..","..","..","..","validation",featurefile)
++ #validation_dir =
File.dirname(__FILE__),"..","..","..","..","..","validation"
++ validation_dir = '/usr/share/veewee/validation'
++ feature_path=File.join(validation_dir, featurefile)
+
+ features=Array.new
+ features[0]=feature_path
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/veewee.git/commitdiff/09904d0cf3669371cac95912fa76553c86fb7058
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit