Browse code

bash: add readline dependency

Change-Id: I8a04ec3edae3626a8d9935a6124b9ea570b037a0
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1702
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

Alexey Makhalov authored on 2016/11/17 03:47:10
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Bourne-Again SHell
2 2
 Name:		bash
3 3
 Version:	4.3.30
4
-Release:	5%{?dist}
4
+Release:	6%{?dist}
5 5
 License:	GPLv3
6 6
 URL:		http://www.gnu.org/software/bash/
7 7
 Group:		System Environment/Base
... ...
@@ -15,6 +15,8 @@ Patch1:   fix-save_bash_input-segfault.patch
15 15
 Patch2:   bash-4.3.patch
16 16
 Provides:	/bin/sh
17 17
 Provides:	/bin/bash
18
+BuildRequires:  readline
19
+Requires:       readline
18 20
 %description
19 21
 The package contains the Bourne-Again SHell
20 22
 
... ...
@@ -262,6 +264,8 @@ fi
262 262
 %defattr(-,root,root)
263 263
 
264 264
 %changelog
265
+*   Wed Nov 16 2016 Alexey Makhalov <amakhalov@vmware.com> 4.3.30-6
266
+-   Add readline requirements
265 267
 *   Fri Aug 19 2016 Alexey Makhalov <amakhalov@vmware.com> 4.3.30-5
266 268
 -   Enable bash completion support
267 269
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.3.30-4