From eaf8b60993b0d26063ffde2d53fc151f746673ef Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mon, 27 Oct 2014 11:54:33 +0100 Subject: Add explicit dependency on rubygem(rb-inotify) to fix 'vagrant rsync-auto'. --- vagrant.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vagrant.spec') diff --git a/vagrant.spec b/vagrant.spec index d1ec0e9..b2600aa 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -20,6 +20,9 @@ Requires: ruby(release) Requires: ruby(rubygems) >= 1.3.6 # Explicitly specify MRI, since Vagrant does not work with JRuby ATM. Requires: ruby +# rb-inotify should be installed by listen, but this dependency was removed +# in Fedora's package. +Requires: rubygem(rb-inotify) Requires: rubygem(bundler) >= 1.5.2 Requires: rubygem(hashicorp-checkpoint) >= 0.1.1 Requires: rubygem(childprocess) >= 0.5.0 -- cgit