Change-Id: Ie53b1246d1f2f368ced80a2396e98c214c2fc646
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2912
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Bourne-Again SHell |
| 2 | 2 |
Name: bash |
| 3 | 3 |
Version: 4.3.30 |
| 4 |
-Release: 9%{?dist}
|
|
| 4 |
+Release: 10%{?dist}
|
|
| 5 | 5 |
License: GPLv3 |
| 6 | 6 |
URL: http://www.gnu.org/software/bash/ |
| 7 | 7 |
Group: System Environment/Base |
| ... | ... |
@@ -15,6 +15,8 @@ Patch2: bash-4.3.patch |
| 15 | 15 |
Patch3: bash-CVE-2016-7543.patch |
| 16 | 16 |
Provides: /bin/sh |
| 17 | 17 |
Provides: /bin/bash |
| 18 |
+Requires(post): ncurses |
|
| 19 |
+Requires(post): readline |
|
| 18 | 20 |
%description |
| 19 | 21 |
The package contains the Bourne-Again SHell |
| 20 | 22 |
|
| ... | ... |
@@ -300,6 +302,8 @@ fi |
| 300 | 300 |
%defattr(-,root,root) |
| 301 | 301 |
|
| 302 | 302 |
%changelog |
| 303 |
+* Fri Jun 9 2017 Bo Gan <ganb@vmware.com> 4.3.30-10 |
|
| 304 |
+- Add post dependency |
|
| 303 | 305 |
* Fri Jun 2 2017 Divya Thaluru <dthaluru@vmware.com> 4.3.30-9 |
| 304 | 306 |
- Added /usr/bin/sh and /bin/sh entries in /etc/shells |
| 305 | 307 |
* Tue Apr 04 2017 Anish Swaminathan <anishs@vmware.com> 4.3.30-8 |