Change-Id: I1e8e2878bb7581c2c3d64eff1c111e33a8afa988
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2903
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Bourne-Again SHell |
| 2 | 2 |
Name: bash |
| 3 | 3 |
Version: 4.4 |
| 4 |
-Release: 4%{?dist}
|
|
| 4 |
+Release: 5%{?dist}
|
|
| 5 | 5 |
License: GPLv3 |
| 6 | 6 |
URL: http://www.gnu.org/software/bash/ |
| 7 | 7 |
Group: System Environment/Base |
| ... | ... |
@@ -15,9 +15,9 @@ Provides: /bin/sh |
| 15 | 15 |
Provides: /bin/bash |
| 16 | 16 |
BuildRequires: readline |
| 17 | 17 |
Requires: readline |
| 18 |
-Requires(post): grep |
|
| 18 |
+Requires(post): /bin/grep |
|
| 19 | 19 |
Requires(post): /bin/cp |
| 20 |
-Requires(postun): grep |
|
| 20 |
+Requires(postun): /bin/grep |
|
| 21 | 21 |
Requires(postun): /bin/mv |
| 22 | 22 |
%description |
| 23 | 23 |
The package contains the Bourne-Again SHell |
| ... | ... |
@@ -312,6 +312,8 @@ fi |
| 312 | 312 |
%defattr(-,root,root) |
| 313 | 313 |
|
| 314 | 314 |
%changelog |
| 315 |
+* Thu Jun 8 2017 Bo Gan <ganb@vmware.com> 4.4-5 |
|
| 316 |
+- Fix dependency again |
|
| 315 | 317 |
* Wed Jun 7 2017 Divya Thaluru <dthaluru@vmware.com> 4.4-4 |
| 316 | 318 |
- Added /usr/bin/sh and /bin/sh entries in /etc/shells |
| 317 | 319 |
* Sun Jun 4 2017 Bo Gan <ganb@vmware.com> 4.4-3 |