Browse code

fix docker version string

Change-Id: Id4494cd00a98d492efd5d6a3ad0468203c237cc4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6735
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

Bo Gan authored on 2019/02/15 05:38:26
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 Summary:        Docker
5 5
 Name:           docker
6 6
 Version:        18.03.0
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
... ...
@@ -83,7 +83,7 @@ for component in tini "proxy dynamic" "runc all" "containerd dynamic"; do
83 83
   hack/dockerfile/install/install.sh $component
84 84
 done
85 85
 DOCKER_BUILDTAGS="pkcs11 seccomp exclude_graphdriver_aufs" \
86
-VERSION=%{version} DOCKER_GITCOMMIT=${GIT_COMMIT_SHORT} hack/make.sh dynbinary
86
+VERSION=%{version}-ce DOCKER_GITCOMMIT=${GIT_COMMIT_SHORT} hack/make.sh dynbinary
87 87
 popd
88 88
 
89 89
 %install
... ...
@@ -192,6 +192,8 @@ rm -rf %{buildroot}/*
192 192
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
193 193
 
194 194
 %changelog
195
+*   Thu Feb 14 2019 Bo Gan <ganb@vmware.com> 18.03.0-4
196
+-   Fix docker version string
195 197
 *   Mon Feb 11 2019 Him Kalyan Bordoloi <bordoloih@vmware.com> 18.03.0-3
196 198
 -   Patch to fix CVE-2019-5736
197 199
 *   Fri Sep 07 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 18.03.0-2