Update to 0.0.32
This commit is contained in:
parent
8472fef622
commit
c86727a67b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
222c00400ef56df952504b9910e79aeb vagrant-libvirt-0.0.31.gem
|
||||
662ec6429f0cfbd2967b2419ae79e93a vagrant-libvirt-0.0.32.gem
|
||||
|
||||
@ -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 <jstribny@redhat.com> - 0.0.32-1
|
||||
- Update to 0.0.32
|
||||
|
||||
* Mon Oct 05 2015 Josef Stribny <jstribny@redhat.com> - 0.0.31-1
|
||||
- Update to 0.0.31
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user