summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant-libvirt.spec')
-rw-r--r--vagrant-libvirt.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec
index 61130d8..b2e2da6 100644
--- a/vagrant-libvirt.spec
+++ b/vagrant-libvirt.spec
@@ -2,7 +2,7 @@
Name: %{vagrant_plugin_name}
Version: 0.0.23
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: libvirt provider for vagrant
Group: Development/Languages
License: MIT
@@ -109,6 +109,11 @@ getent group vagrant >/dev/null || groupadd -r vagrant
%changelog
+* Thu Jan 22 2015 Michael Adam <madam@redhat.com> - 0.0.23-4
+- Fix rake dependency.
+- Rename patch file.
+- Improve description.
+
* Wed Nov 26 2014 Vít Ondruch <vondruch@redhat.com> - 0.0.23-3
- Enable test suite.
- Update polkit rules.