summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt-Rakefile.patch
diff options
context:
space:
mode:
authorMichael Adam <madam@redhat.com>2015-01-23 16:40:19 +0100
committerMichael Adam <obnox@samba.org>2015-01-23 17:10:38 +0100
commitd6379d4afa0773713112fa4203201736d15a84b9 (patch)
tree56421c72a8b4f5f64c3ecd28e14f3810753cad42 /vagrant-libvirt-Rakefile.patch
parentc0e8b4d462492a98453239e51ab60a083b3644b4 (diff)
downloadfedora-vagrant-libvirt-d6379d4afa0773713112fa4203201736d15a84b9.tar.gz
fedora-vagrant-libvirt-d6379d4afa0773713112fa4203201736d15a84b9.tar.xz
fedora-vagrant-libvirt-d6379d4afa0773713112fa4203201736d15a84b9.zip
Remove shebang from non-executable Rakefile to make rpmlint happy.master-prep
Diffstat (limited to 'vagrant-libvirt-Rakefile.patch')
-rw-r--r--vagrant-libvirt-Rakefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vagrant-libvirt-Rakefile.patch b/vagrant-libvirt-Rakefile.patch
new file mode 100644
index 0000000..d306046
--- /dev/null
+++ b/vagrant-libvirt-Rakefile.patch
@@ -0,0 +1,22 @@
+From 68b6228932cc499433c52bbd3b61a35a5ded0ff1 Mon Sep 17 00:00:00 2001
+From: Michael Adam <obnox@samba.org>
+Date: Fri, 23 Jan 2015 16:37:28 +0100
+Subject: [PATCH] Remove shebang from non-executable rakefile.
+
+---
+ Rakefile | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Rakefile b/Rakefile
+index 6575983..741514f 100644
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env rake
+-
+ #require 'rubygems'
+ #require 'bundler/setup'
+ require 'bundler/gem_tasks'
+--
+2.1.0
+