From ee0ce6403a341461fca99a6e4203f926d377973a Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: May 05 2017 03:03:03 +0000 Subject: Update to 1.8.6 (##1447820). Also updated the license to MPLv2.0. Signed-off-by: Randy Barlow --- diff --git a/.gitignore b/.gitignore index bfab39f..af05b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /vagrant-hostmanager-1.8.2.gem /vagrant-hostmanager-1.8.3.gem /vagrant-hostmanager-1.8.5.gem +/vagrant-hostmanager-1.8.6.gem diff --git a/sources b/sources index 83dee4b..6f4986b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17fc71b61b689a8c5210dfc7a0c10317 vagrant-hostmanager-1.8.5.gem +SHA512 (vagrant-hostmanager-1.8.6.gem) = 86e9076bf7edf4aa105bd7814f2503b43b0c54aebf9fb41abff1e08c8c5ec50e4052a7a8bd3a47814087fa48fbaf83649ae1c8a1ee3a727b52fd8ff400e7353d diff --git a/vagrant-hostmanager.spec b/vagrant-hostmanager.spec index fb957f0..4fb7ad7 100644 --- a/vagrant-hostmanager.spec +++ b/vagrant-hostmanager.spec @@ -1,11 +1,11 @@ %global vagrant_plugin_name vagrant-hostmanager Name: vagrant-hostmanager -Version: 1.8.5 -Release: 3%{?dist} +Version: 1.8.6 +Release: 1%{?dist} BuildArch: noarch -License: MIT +License: MPLv2.0 Summary: Vagrant plugin to manage /etc/hosts URL: https://github.com/smdahlen/vagrant-hostmanager Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem @@ -36,8 +36,6 @@ Provides: bundled(lato-fonts) # Using OFL license https://www.google.com/fonts/specimen/Source+Code+Pro Provides: bundled(sourcecodepro-fonts) -Requires: %{name}%{?_isa} = %{version}-%{release} - %description doc Documentation for %{name}. @@ -66,7 +64,7 @@ cp -a .%{vagrant_plugin_dir}/* \ %files -%license %{vagrant_plugin_instdir}/LICENSE.txt +%license %{vagrant_plugin_instdir}/LICENSE %exclude %{vagrant_plugin_cache} %dir %{vagrant_plugin_instdir} %exclude %{vagrant_plugin_instdir}/.gitignore @@ -76,7 +74,7 @@ cp -a .%{vagrant_plugin_dir}/* \ %files doc -%license %{vagrant_plugin_instdir}/LICENSE.txt +%license %{vagrant_plugin_instdir}/LICENSE %doc %{vagrant_plugin_docdir} %doc %{vagrant_plugin_instdir}/CHANGELOG.md %doc %{vagrant_plugin_instdir}/README.md @@ -86,6 +84,12 @@ cp -a .%{vagrant_plugin_dir}/* \ %changelog +* Thu May 04 2017 Randy Barlow - 1.8.6-1 +- Update to 1.8.6 (#1447820). +- Update license to MPLv2.0. +- The doc subpackage no longer requires the main package. +- https://github.com/devopsgroup-io/vagrant-hostmanager/compare/v1.8.5...v1.8.6 + * Tue Feb 14 2017 Vít Ondruch - 1.8.5-3 - Drop registration macros for Vagrant 1.9.1 compatibility.