From ea176a0603ee6706a7263e2b52cc5849b38ecebb Mon Sep 17 00:00:00 2001 From: slin14 Date: Thu, 11 Oct 2018 18:24:59 +0800 Subject: [PATCH] de-fuzz bash patch With rpm version < 4.13, patch cmd will create .orig file for fuzzy patch in default. And this .orig file may lead to rpmbuild failure "error: Installed (but unpackaged) file(s) found:" Please visit below link to get more detail info: https://bugs.launchpad.net/starlingx/+bug/1794611 Story: 2003917 Task: 27041 Change-Id: I506c34ce40c27b9594edc83bfe597b0b8885b319 Signed-off-by: slin14 --- .../bash/files/bash-history-exit-child-on-parent-death.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash/files/bash-history-exit-child-on-parent-death.patch b/languages/bash/files/bash-history-exit-child-on-parent-death.patch index 9d82ac2..69867ad 100644 --- a/languages/bash/files/bash-history-exit-child-on-parent-death.patch +++ b/languages/bash/files/bash-history-exit-child-on-parent-death.patch @@ -62,7 +62,7 @@ diff --git a/sig.c b/sig.c index 6bd1319..94864fa 100644 --- a/sig.c +++ b/sig.c -@@ -556,6 +556,19 @@ termsig_handler (sig) +@@ -561,6 +561,19 @@ termsig_handler (sig) kill (getpid (), sig); }