diff --git a/.gitignore b/.gitignore index d7161fa..52330a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,3 @@ /vagrant-hostmanager-1.8.5.gem /vagrant-hostmanager-1.8.6.gem /vagrant-hostmanager-1.8.8.gem -/vagrant-hostmanager-1.8.9.gem -/vagrant-hostmanager-1.8.10.gem diff --git a/changelog b/changelog deleted file mode 100644 index 3b24a99..0000000 --- a/changelog +++ /dev/null @@ -1,59 +0,0 @@ -* Sat Jul 22 2023 Fedora Release Engineering - 1.8.9-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 1.8.9-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.8.9-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.8.9-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.8.9-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 1.8.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.8.9-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 1.8.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.8.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.8.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Sep 13 2018 Randy Barlow - 1.8.9-1 -- Upgrade to 1.8.9 (#1580042). -- https://github.com/devopsgroup-io/vagrant-hostmanager/compare/v1.8.8...v1.8.9 -- Update the URL to the new upstream location. - -* Sat Jul 14 2018 Fedora Release Engineering - 1.8.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Apr 27 2018 Randy Barlow - 1.8.8-1 -- Update to 1.8.8 (#1469848). -- https://github.com/devopsgroup-io/vagrant-hostmanager/compare/v1.8.6...v1.8.8 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.8.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.8.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* 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. - -* Sat Feb 11 2017 Fedora Release Engineering - 1.8.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index ce894a8..1a0bbb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vagrant-hostmanager-1.8.10.gem) = e0c333a2adf09bdcdeb2e959a6c641626324723fa2d27631fead39b09fef7767f57ae3f5a01a7bc1e5c3a0bc56a21f5effed6456adb5120e9861568f17b6735e +SHA512 (vagrant-hostmanager-1.8.8.gem) = 2aafd2f515b2ab1661043ca3046e1d151968ee86b41e1c12f49d3972c658df6a7e54c1ec8b76d486f8bb4c774d15aa1463e9ab3a0c71810688583871e2212828 diff --git a/vagrant-hostmanager.spec b/vagrant-hostmanager.spec index 729d3c8..826e00c 100644 --- a/vagrant-hostmanager.spec +++ b/vagrant-hostmanager.spec @@ -1,13 +1,13 @@ %global vagrant_plugin_name vagrant-hostmanager Name: vagrant-hostmanager -Version: 1.8.10 -Release: %autorelease +Version: 1.8.8 +Release: 1%{?dist} BuildArch: noarch -License: MPL-2.0 +License: MPLv2.0 Summary: Vagrant plugin to manage /etc/hosts -URL: https://github.com/devopsgroup-io/vagrant-hostmanager +URL: https://github.com/smdahlen/vagrant-hostmanager Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem BuildRequires: ruby(release) @@ -30,6 +30,7 @@ where IP addresses are not known in advance. %package doc BuildArch: noarch Summary: Documentation for %{name} +Group: Documentation Provides: bundled(lato-fonts) # Using OFL license https://www.google.com/fonts/specimen/Source+Code+Pro @@ -83,4 +84,58 @@ cp -a .%{vagrant_plugin_dir}/* \ %changelog -%autochangelog +* Fri Apr 27 2018 Randy Barlow - 1.8.8-1 +- Update to 1.8.8 (#1469848). +- https://github.com/devopsgroup-io/vagrant-hostmanager/compare/v1.8.6...v1.8.8 + +* Thu Jul 27 2017 Fedora Release Engineering - 1.8.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* 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. + +* Sat Feb 11 2017 Fedora Release Engineering - 1.8.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Jul 20 2016 Randy Barlow - 1.8.5-1 +- Update to 1.8.5 (#1358110). + +* Fri Jul 15 2016 Randy Barlow - 1.8.3-1 +- Update to 1.8.3 (#1356344). + +* 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. + +* Fri Feb 12 2016 Randy Barlow - 1.8.1-1 +- Update to upstream 1.8.1. + +* Sun Feb 07 2016 Randy Barlow - 1.7.1-3 +- Restored the documentation, since the Vagrant package is now fixed (#1303230). + +* Fri Feb 05 2016 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* 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. + +* Tue Dec 15 2015 Randy Barlow - 1.6.1-2 +- 1291123 - Add a -doc subpackage. + +* Fri Nov 27 2015 Randy Barlow - 1.6.1-1 +- Initial release.