From 2a5dc4642413a517c04f06fced3bb4c721756dd0 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jan 29 2016 20:58:14 +0000 Subject: Update to 1.7.1. --- diff --git a/.gitignore b/.gitignore index f043aef..4c70bd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vagrant-hostmanager-1.6.1.gem /vagrant-hostmanager-1.7.0.gem +/vagrant-hostmanager-1.7.1.gem diff --git a/sources b/sources index 54ede1f..5496647 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ccf4bf7350a1da85b6e4d7f5ecdd53d vagrant-hostmanager-1.7.0.gem +6bf6b3c474b2de30efc9cd157dc42960 vagrant-hostmanager-1.7.1.gem diff --git a/vagrant-hostmanager.spec b/vagrant-hostmanager.spec index c16a467..21e1af2 100644 --- a/vagrant-hostmanager.spec +++ b/vagrant-hostmanager.spec @@ -1,7 +1,7 @@ %global vagrant_plugin_name vagrant-hostmanager Name: vagrant-hostmanager -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist} Summary: Vagrant plugin to manage /etc/hosts License: MIT @@ -77,13 +77,16 @@ cp -a .%{vagrant_plugin_dir}/* \ %files doc %doc %{vagrant_plugin_instdir}/CHANGELOG.md %doc %{vagrant_plugin_instdir}/README.md -%doc %{vagrant_plugin_docdir} %{vagrant_plugin_instdir}/Gemfile %{vagrant_plugin_instdir}/Rakefile %{vagrant_plugin_instdir}/%{vagrant_plugin_name}.gemspec %changelog +* Fri Jan 29 2016 Randy Barlow - 1.7.1-1 +- Update to 1.7.1, a bugfix release. +- Remove the empty vagrant_plugin_docdir, as upstream stopped distributing it. + * Wed Dec 30 2015 Randy Barlow - 1.7.0-1 - Update to version 1.7.0.