summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2008-11-29 15:00:50 +0000
committerAndreas Gruenbacher <agruen@suse.de>2008-11-29 15:00:50 +0000
commita4736f4f040ab77d3ed55b1e87acf531181bd8ff (patch)
tree6667dd60614271aa7ba161d01b8c2b682f4a0fe5
parentc7d2c49ad9e5be89e8d185cf8f80489bf82b0ed8 (diff)
downloadquilt-a4736f4f040ab77d3ed55b1e87acf531181bd8ff.tar.gz
- quilt setup: Define %__tar and %__patch to refer to the tar and
patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964).
-rw-r--r--quilt.changes6
-rw-r--r--quilt/scripts/inspect.in2
2 files changed, 8 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 322eb23..35ed658 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sat Nov 29 15:58:21 CET 2008 - agruen@suse.de
+
+- quilt setup: Define %__tar and %__patch to refer to the tar and
+ patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964).
+
+-------------------------------------------------------------------
Sun Nov 2 18:07:36 CET 2008 - agruen@suse.de
- To allow using 'procmail' (which contains 'formail') as weak
diff --git a/quilt/scripts/inspect.in b/quilt/scripts/inspect.in
index 35b8880..057cbd8 100644
--- a/quilt/scripts/inspect.in
+++ b/quilt/scripts/inspect.in
@@ -245,6 +245,8 @@ export PATH="$tmpdir/bin:$PATH"
rpmbuild --eval "%define _sourcedir $sourcedir" \
--eval "%define _specdir $specdir" \
--eval "%define _builddir $tmpdir/build" \
+ --eval "%define __patch $tmpdir/bin/patch" \
+ --eval "%define __tar $tmpdir/bin/tar" \
--nodeps \
-bp "$specdir/$specfile" < /dev/null >&2
status=$?