[vagrant-libvirt] Update to 0.0.25

Josef Stribny jstribny at fedoraproject.org
Tue Mar 10 12:20:52 UTC 2015


commit fb2e6735f315aa12e1d2042a44239b1922ceb639
Author: Josef Stribny <jstribny at redhat.com>
Date:   Tue Mar 10 13:20:43 2015 +0100

    Update to 0.0.25

 .gitignore                     |  1 +
 sources                        |  2 +-
 vagrant-libvirt-Rakefile.patch | 22 ----------------------
 vagrant-libvirt.spec           | 11 +++++------
 4 files changed, 7 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a456050..ee23ce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vagrant-libvirt-0.0.24.gem
+/vagrant-libvirt-0.0.25.gem
diff --git a/sources b/sources
index 31cf40d..81dd105 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d58a2c52a26b085cefe7292b5b8246b5  vagrant-libvirt-0.0.24.gem
+d4c2d6cce19f73ef2c2773a99d7ec984  vagrant-libvirt-0.0.25.gem
diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec
index 435fcf7..bbf30b7 100644
--- a/vagrant-libvirt.spec
+++ b/vagrant-libvirt.spec
@@ -1,8 +1,8 @@
 %global vagrant_plugin_name vagrant-libvirt
 
 Name: %{vagrant_plugin_name}
-Version: 0.0.24
-Release: 3%{?dist}
+Version: 0.0.25
+Release: 1%{?dist}
 Summary: libvirt provider for Vagrant
 Group: Development/Languages
 License: MIT
@@ -11,9 +11,6 @@ Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem
 Source1: 10-vagrant-libvirt.rules
 # Adjust Vagrant's dependencies.
 Patch0: vagrant-libvirt-fix-dependencies.patch
-# Shebang in Rakefile doesn't make sense.
-# https://github.com/pradels/vagrant-libvirt/pull/295
-Patch1: vagrant-libvirt-Rakefile.patch
 Requires(pre): shadow-utils
 Requires(posttrans): vagrant
 Requires(preun): vagrant
@@ -60,7 +57,6 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec
 
 %patch0 -p1
-%patch1 -p1
 
 %build
 gem build %{vagrant_plugin_name}.gemspec
@@ -119,6 +115,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
 
 
 %changelog
+* Tue Mar 10 2015 Josef Stribny <jstribny at redhat.com> - 0.0.25-1
+- Update to 0.0.25
+
 * Wed Jan 28 2015 Michael Adam <madam at redhat.com> - 0.0.24-3
 - Ship the polkit rules file as example in the docs package.
 


More information about the scm-commits mailing list