Browse code

docker: requires gawk

Per bug:
https://github.com/vmware/photon/issues/835

Change-Id: I9c88fad0b76a19dc3b2e1a0ebac031bfdaff769a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9952
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Alexey Makhalov authored on 2020/06/16 09:48:15
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 Summary:        Docker
5 5
 Name:           docker
6 6
 Version:        18.06.2
7
-Release:        3%{?dist}
7
+Release:        4%{?dist}
8 8
 License:        ASL 2.0
9 9
 URL:            http://docs.docker.com
10 10
 Group:          Applications/File
... ...
@@ -47,6 +47,8 @@ Requires:       libseccomp
47 47
 Requires:       systemd
48 48
 Requires:       device-mapper-libs
49 49
 Requires:       shadow
50
+# bash completion uses awk
51
+Requires:       gawk
50 52
 
51 53
 %description
52 54
 Docker is an open source project to build, ship and run any application as a lightweight container.
... ...
@@ -232,6 +234,8 @@ rm -rf %{buildroot}/*
232 232
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
233 233
 
234 234
 %changelog
235
+*   Mon Jun 15 2020 Alexey Makhalov <amakhalov@vmware.com> 18.06.2-4
236
+-   Requires: gawk
235 237
 *   Mon Apr 27 2020 Ankit Jain <ankitja@vmware.com> 18.06.2-3
236 238
 -   Multiple CVEs fixes
237 239
 -   Added Requires shadow