From c86727a67b0362c4afcae8a49438728a8cdcecfe Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Wed, 14 Oct 2015 13:58:59 +0200 Subject: [PATCH] Update to 0.0.32 --- .gitignore | 1 + sources | 2 +- vagrant-libvirt.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9934aaa..348d68d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vagrant-libvirt-0.0.26.gem /vagrant-libvirt-0.0.30.gem /vagrant-libvirt-0.0.31.gem +/vagrant-libvirt-0.0.32.gem diff --git a/sources b/sources index dfab4c8..0c10ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -222c00400ef56df952504b9910e79aeb vagrant-libvirt-0.0.31.gem +662ec6429f0cfbd2967b2419ae79e93a vagrant-libvirt-0.0.32.gem diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec index f6ec360..b18809d 100644 --- a/vagrant-libvirt.spec +++ b/vagrant-libvirt.spec @@ -1,7 +1,7 @@ %global vagrant_plugin_name vagrant-libvirt Name: %{vagrant_plugin_name} -Version: 0.0.31 +Version: 0.0.32 Release: 1%{?dist} Summary: libvirt provider for Vagrant Group: Development/Languages @@ -106,6 +106,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant %changelog +* Wed Oct 14 2015 Josef Stribny - 0.0.32-1 +- Update to 0.0.32 + * Mon Oct 05 2015 Josef Stribny - 0.0.31-1 - Update to 0.0.31