From a4736f4f040ab77d3ed55b1e87acf531181bd8ff Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 29 Nov 2008 15:00:50 +0000 Subject: - quilt setup: Define %__tar and %__patch to refer to the tar and patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964). --- quilt.changes | 6 ++++++ quilt/scripts/inspect.in | 2 ++ 2 files changed, 8 insertions(+) diff --git a/quilt.changes b/quilt.changes index 322eb23..35ed658 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 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=$? -- cgit