|
...
|
...
|
@@ -1,6 +1,6 @@
|
|
1
|
1
|
Summary: Docker
|
|
2
|
2
|
Name: docker
|
|
3
|
|
-Version: 1.7.0
|
|
|
3
|
+Version: 1.8.1
|
|
4
|
4
|
Release: 1%{?dist}
|
|
5
|
5
|
License: ASL 2.0
|
|
6
|
6
|
URL: http://docs.docker.com
|
|
...
|
...
|
@@ -8,7 +8,7 @@ Group: Applications/File
|
|
8
|
8
|
Vendor: VMware, Inc.
|
|
9
|
9
|
Distribution: Photon
|
|
10
|
10
|
Source0: https://get.docker.com/builds/Linux/x86_64/%{name}-%{version}.tar.gz
|
|
11
|
|
-%define sha1 docker=59a5b5eaae6966a3caa43f30c23a1a9b49edc268
|
|
|
11
|
+%define sha1 docker=2988b4b1efca9d08acc04668d65f8df5796fb4ba
|
|
12
|
12
|
|
|
13
|
13
|
%description
|
|
14
|
14
|
Docker is a platform for developers and sysadmins to develop, ship and run applications.
|
|
...
|
...
|
@@ -58,6 +58,8 @@ rm -rf %{buildroot}/*
|
|
58
|
58
|
/lib/systemd/system/docker.service
|
|
59
|
59
|
#/etc/systemd/system/multi-user.target.wants/docker.service
|
|
60
|
60
|
%changelog
|
|
|
61
|
+* Mon Aug 17 2015 Divya Thaluru <dthaluru@vmware.com> 1.8.1-1
|
|
|
62
|
+- Update to new version 1.8.1.
|
|
61
|
63
|
* Fri Jun 19 2015 Fabio Rapposelli <fabio@vmware.com> 1.7.0-1
|
|
62
|
64
|
- Update to new version.
|
|
63
|
65
|
* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 1.6.0-3
|