From 1b4ee8a048b08f9ce3011a86cdbfab6c30002902 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jun 19 2016 18:18:10 +0000 Subject: Update to 1.8.2 (#1347890). Also, - Add the _isa macro to the -doc subpackage requires line. - Declare bundled fonts in the -doc subpackage. --- diff --git a/.gitignore b/.gitignore index 49b081f..4ed6226 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vagrant-hostmanager-1.7.0.gem /vagrant-hostmanager-1.7.1.gem /vagrant-hostmanager-1.8.1.gem +/vagrant-hostmanager-1.8.2.gem diff --git a/sources b/sources index 57b1248..617a3c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48d96e940131fabef03d88cb843ac8e3 vagrant-hostmanager-1.8.1.gem +660edf90ecb12b12d162c4692716a337 vagrant-hostmanager-1.8.2.gem diff --git a/vagrant-hostmanager.spec b/vagrant-hostmanager.spec index 3377fde..153ff8f 100644 --- a/vagrant-hostmanager.spec +++ b/vagrant-hostmanager.spec @@ -1,8 +1,8 @@ %global vagrant_plugin_name vagrant-hostmanager Name: vagrant-hostmanager -Version: 1.8.1 -Release: 2%{?dist} +Version: 1.8.2 +Release: 1%{?dist} BuildArch: noarch License: MIT @@ -30,10 +30,15 @@ where IP addresses are not known in advance. %package doc +BuildArch: noarch Summary: Documentation for %{name} Group: Documentation -Requires: %{name} = %{version}-%{release} -BuildArch: noarch + +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 @@ -91,6 +96,11 @@ cp -a .%{vagrant_plugin_dir}/* \ %changelog +* Sun Jun 19 2016 Randy Barlow - 1.8.2-1 +- Update to 1.8.2 (#1347890). +- Add the _isa macro to the -doc subpackage requires line. +- Declare bundled fonts in the -doc subpackage. + * Wed Jun 08 2016 Randy Barlow - 1.8.1-2 - Add the license file to the -doc subpackage. - Some minor reorganization.