[util-linux/f17] _default_patch_flags is undefined in f18, makes it impossible to prep tree

Kyle McMartin kyle at fedoraproject.org
Wed Jan 30 22:26:23 UTC 2013


commit fa5b149b5d2e567dc195be5d2acf13831e81ee72
Author: Kyle McMartin <kmcmarti at redhat.com>
Date:   Wed Jan 30 17:16:53 2013 -0500

    _default_patch_flags is undefined in f18, makes it impossible to prep tree

 util-linux.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/util-linux.spec b/util-linux.spec
index 064d7e3..e6b72ef 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -199,7 +199,7 @@ SMP systems.
 cp %{SOURCE8} %{SOURCE9} .
 
 for p in %{patches}; do
-  %{__patch} -p1 -F%{_default_patch_fuzz} %{_default_patch_flags} -i "$p"
+  %{__patch} -p1 -F%{_default_patch_fuzz} -s -i "$p"
 done
 
 %build


More information about the scm-commits mailing list