[vagrant/f21] Add missing dependency to rubygem net-sftp

Michael Adam obnox at fedoraproject.org
Fri Feb 20 09:19:04 UTC 2015


commit 04b31bef6ab9690398f9c580e2e9c981bf75cc39
Author: Michael Adam <madam at redhat.com>
Date:   Fri Feb 20 09:18:05 2015 +0100

    Add missing dependency to rubygem net-sftp
    
    (cherry picked from commit f0f8a70da5fd42d247afd6aa5c8f822ea724a7aa)
    
    Conflicts:
    	vagrant.spec

 vagrant.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vagrant.spec b/vagrant.spec
index a578cf1..e97c282 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -4,7 +4,7 @@
 
 Name: vagrant
 Version: 1.7.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Build and distribute virtualized development environments
 Group: Development/Languages
 License: MIT
@@ -43,6 +43,7 @@ Requires: rubygem(log4r)
 Requires: rubygem(net-ssh) >= 2.6.6
 Requires: rubygem(net-scp) >= 1.1.0
 Requires: rubygem(nokogiri) >= 1.6
+Requires: rubygem(net-sftp)
 Requires: bsdtar
 Requires: curl
 
@@ -215,6 +216,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
 
 
 %changelog
+* Fri Feb 20 2015 Michael Adam <madam at redhat.com> - 1.7.2-2
+- Add missing dependency to rubygem net-sftp.
+
 * Thu Feb 19 2015 Michael Adam <madam at redhat.com> - 1.7.2-1
 - Adapt Dependencies for Fedora 21.
 


More information about the scm-commits mailing list