From 4b1c9b496faa8c98921ada7492de05809269b4f3b0dd831e25c99c27fdf30db9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 28 Dec 2014 16:53:23 +0000 Subject: [PATCH] Add metadata to patch OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=91 --- iproute2-3.16.0-fix-bashisms.patch | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/iproute2-3.16.0-fix-bashisms.patch b/iproute2-3.16.0-fix-bashisms.patch index 1394909..7950c55 100644 --- a/iproute2-3.16.0-fix-bashisms.patch +++ b/iproute2-3.16.0-fix-bashisms.patch @@ -1,7 +1,15 @@ -diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/examples/gaiconf ---- iproute2-3.16.0/examples/gaiconf 2014-08-04 22:43:46.000000000 +0300 -+++ iproute2-3.16.0-fix-bashisms/examples/gaiconf 2014-11-16 03:02:55.194855668 +0200 -@@ -11,7 +11,7 @@ +From: Oleksandr Chumachenko +Date: Sun, 28 Dec 2014 17:35:02 +0100 + +--- + examples/gaiconf | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +Index: iproute2-3.17.0/examples/gaiconf +=================================================================== +--- iproute2-3.17.0.orig/examples/gaiconf ++++ iproute2-3.17.0/examples/gaiconf +@@ -11,7 +11,7 @@ DEFAULT_GAICONF=/etc/gai.conf verbose= debug= @@ -10,7 +18,7 @@ diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/example { if [ x"$verbose" != x"" ]; then echo "$@" -@@ -21,7 +21,7 @@ +@@ -21,7 +21,7 @@ function run () fi } @@ -19,7 +27,7 @@ diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/example { file=$1; shift flush=1 -@@ -36,14 +36,14 @@ +@@ -36,14 +36,14 @@ function do_load_config () done }