]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - rediff-patches.py
_default_patch_fuzz 2
[packages/rpm-build-tools.git] / rediff-patches.py
index 4b5bdaf2ff82d904c872fefad38a8f2723cbc591..d2d6c5944f567c063bd7214f704796025c75beee 100755 (executable)
@@ -19,7 +19,7 @@ import tempfile
 RPMBUILD_ISPATCH = (1<<1)
 
 def unpack(spec, builddir, until_patch=None):
-    cmd = [ 'rpmbuild', '-bp', '--define',  '_builddir %s' % builddir ]
+    cmd = [ 'rpmbuild', '-bp', '--define',  '_builddir %s' % builddir, '--define', '_default_patch_fuzz 2' ]
     if until_patch is not None:
         cmd += [ '--define', '%%patch%d exit; #' % until_patch ]
     cmd += [ spec ]
This page took 0.02304 seconds and 4 git commands to generate.