From 9e863214ace1539b1b61d5bc73a3a9a18c26b26c Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Tue, 23 Dec 2014 12:19:36 +0100 Subject: Relax thor dependency to keep up with Fedora. --- vagrant.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vagrant.spec') diff --git a/vagrant.spec b/vagrant.spec index 81de19a..25a8a9d 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -4,7 +4,7 @@ Name: vagrant Version: 1.6.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Build and distribute virtualized development environments Group: Development/Languages License: MIT @@ -125,6 +125,9 @@ mv ../vagrant-spec{-%{vagrant_spec_commit},} # Remove the git reference, which is useless in our case. sed -i '/git/ s/^/#/' ../vagrant-spec/vagrant-spec.gemspec +# Relax the thor dependency, since Fedora ships with newer version. +sed -i '/thor/ s/~>/>=/' ../vagrant-spec/vagrant-spec.gemspec + # TODO: winrm is not in Fedora yet. rm -rf test/unit/plugins/communicators/winrm sed -i '/it "eager loads WinRM" do/,/^ end$/ s/^/#/' test/unit/vagrant/machine_test.rb @@ -171,6 +174,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant %changelog +* Tue Dec 23 2014 Vít Ondruch - 1.6.5-15 +- Relax thor dependency to keep up with Fedora. + * Wed Nov 26 2014 Vít Ondruch - 1.6.5-14 - Drop -devel sub-package. -- cgit