]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
install keys, 1.2 depends on curl to downloads
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Apr 2013 11:00:00 +0000 (14:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Apr 2013 11:00:00 +0000 (14:00 +0300)
vagrant.spec

index 44fe876e0f1d61071fbe8857a07c28ee3acae555..f9a865a635c04d082003bf2deef190a05825f0d6 100644 (file)
@@ -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
This page took 0.0305 seconds and 4 git commands to generate.