
Test: Pass build and multi node deploy test Depends-On: https://review.openstack.org/625452 Story: 2004522 Task: 28261 Change-Id: Ifcd37aa5d6487fa2d70fbb1d728abb3244baf7c2 Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
From cc0534185464b04c1d320518af7d2b73291ea449 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 16:05:36 -0400
|
|
Subject: [PATCH 1/3] WRS: spec-TiS-bash-history.patch
|
|
|
|
---
|
|
SPECS/bash.spec | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/SPECS/bash.spec b/SPECS/bash.spec
|
|
index 4b2ec49..4f16c8c 100644
|
|
--- a/SPECS/bash.spec
|
|
+++ b/SPECS/bash.spec
|
|
@@ -198,6 +198,10 @@ Patch153: bash-4.3-wshouldquote.patch
|
|
#1495398 - Append '/' while tab completing directory names
|
|
Patch154: bash-4.3-dircomp-append-slash.patch
|
|
|
|
+# Patches from WindRiver
|
|
+Patch500: bash-history-syslog.patch
|
|
+Patch501: bash-history-exit-child-on-parent-death.patch
|
|
+
|
|
BuildRequires: texinfo bison
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: autoconf, gettext
|
|
@@ -331,6 +335,10 @@ This package contains documentation files for %{name}.
|
|
%patch153 -p1 -b .wshouldquote
|
|
%patch154 -p1 -b .append-slash
|
|
|
|
+# WindRiver patches
|
|
+%patch500 -p1 -b .history-syslog
|
|
+%patch501 -p1 -b .history-exit-child-on-parent-death
|
|
+
|
|
echo %{version} > _distribution
|
|
echo %{release} > _patchlevel
|
|
|
|
--
|
|
2.7.4
|
|
|