[packages/vagrant] install keys, 1.2 depends on curl to downloads
glen
glen at pld-linux.org
Thu Apr 25 13:00:30 CEST 2013
commit 7aa78a1a2703122cfdb66ea56068531f462cf5c8
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 25 14:00:00 2013 +0300
install keys, 1.2 depends on curl to downloads
vagrant.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/vagrant.spec b/vagrant.spec
index 44fe876..f9a865a 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -3,7 +3,7 @@
Summary: Provisioning and deployment of virtual instances
Name: vagrant
Version: 1.2.2
-Release: 0.27
+Release: 0.29
License: MIT
Group: Applications/Emulators
Source0: https://github.com/mitchellh/vagrant/archive/v%{version}.tar.gz?/%{name}-%{version}.tgz
@@ -19,6 +19,7 @@ BuildRequires: ruby-rake
BuildRequires: ruby-rspec-core >= 2.11.0
BuildRequires: ruby-rspec-expectations >= 2.11.0
BuildRequires: ruby-rspec-mocks >= 2.11.0
+Requires: curl
Requires: ruby-childprocess >= 0.3.7
Requires: ruby-erubis >= 2.7.0
Requires: ruby-i18n >= 0.6.0
@@ -115,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{ruby_vendorlibdir},%{_bindir},%{_appdir}}
cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
-cp -a config plugins templates $RPM_BUILD_ROOT%{_appdir}
+cp -a config keys plugins templates $RPM_BUILD_ROOT%{_appdir}
install -d $RPM_BUILD_ROOT/etc/bash_completion.d
mv contrib/bash/completion.sh $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/7aa78a1a2703122cfdb66ea56068531f462cf5c8
More information about the pld-cvs-commit
mailing list