summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant-libvirt.spec')
-rw-r--r--vagrant-libvirt.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec
index 868823e..7a0d60c 100644
--- a/vagrant-libvirt.spec
+++ b/vagrant-libvirt.spec
@@ -11,6 +11,7 @@ Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem
Source1: 10-vagrant-libvirt.rules
# Use fog with ruby-libvirt 0.5.x
Patch0: vagrant-libvirt-fix-dependencies.patch
+Patch1: vagrant-libvirt-Rakefile.patch
Requires(pre): shadow-utils
Requires(posttrans): vagrant
Requires(preun): vagrant
@@ -54,6 +55,7 @@ gem unpack %{SOURCE0}
gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec
%patch0 -p1
+%patch1 -p1
%build
gem build %{vagrant_plugin_name}.gemspec
@@ -114,6 +116,7 @@ getent group vagrant >/dev/null || groupadd -r vagrant
- Move README.md to main package as doc.
- Rename 10-vagrant.rules to 10-vagrant-libvirt.rules.
- Move LICENSE to main package as license file.
+- Remove shebang from non-executable Rakefile.
* Thu Jan 22 2015 Michael Adam <madam@redhat.com> - 0.0.24-1
- Update to version 0.0.24.