summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-08-02 18:16:09 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-10-03 10:12:57 +0300
commit07a719b8bea284ddd9263a6bddbc1e09761b816b (patch)
tree8f16c51b7f649d2ffd6ad565cc51a304fbeef4a0
parentfe1fac230f81366e610c7f668e8f2e87305ee6a7 (diff)
downloadrpm-07a719b8bea284ddd9263a6bddbc1e09761b816b.tar.gz
Dont silence patch by default (RhBug:678000, RhBug:773503)
- Unfortunately patch'es idea of "interesting" output is not ideal for our purposes: "patching foo.c" is of little value, but hunks with offsets and fuzz can be important and there's no switch to patch to get exactly what we want. So let it be chatty... build logs are, anyway. (cherry picked from commit 933a3e32dd94c5d54d10c24c55394488824de1f0)
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 64544a535..7c4a0d3d3 100644
--- a/macros.in
+++ b/macros.in
@@ -360,7 +360,7 @@ package or when debugging this package.\
%_default_patch_fuzz 0
# Default patch flags
-%_default_patch_flags -s
+#%_default_patch_flags -s
#==============================================================================
# ---- Build configuration macros.