forked from pool/docker
- update docker to 1.12.3
- fix bsc#1007249 - CVE-2016-8867: Fix ambient capability usage in containers - other fixes: https://github.com/docker/docker/releases/tag/v1.12.3 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=150
This commit is contained in:
parent
f6cba4501a
commit
68dcb35da6
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/docker/docker.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">1.12.2</param>
|
||||
<param name="revision">v1.12.2</param>
|
||||
<param name="versionformat">1.12.3</param>
|
||||
<param name="revision">v1.12.3</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">docker-*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9993ab6399b24e03929dc2d7df40dc2334f0d8f1a9253a6b2d92eb17ae3ce667
|
||||
size 11186884
|
3
docker-1.12.3.tar.xz
Normal file
3
docker-1.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:096dec850ed5124d9b822eb0dc84291a5ecbd5641ae6295eb228850d8b7805ba
|
||||
size 11188896
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 11:13:56 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- update docker to 1.12.3
|
||||
- fix bsc#1007249 - CVE-2016-8867: Fix ambient capability usage in containers
|
||||
- other fixes:
|
||||
https://github.com/docker/docker/releases/tag/v1.12.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 11:15:17 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
%global docker_migration_warnfile %{docker_store}/docker-update-message.txt
|
||||
%define docker_graph %{docker_store}/graph
|
||||
%define git_version 8eab29e
|
||||
%define version_unconverted 1.12.2
|
||||
%define version_unconverted 1.12.3
|
||||
%define docker_version 1.12.1
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
# When upgrading to a new version requires the service not to be restarted
|
||||
@ -45,7 +45,7 @@
|
||||
# 1.10.1
|
||||
%global last_migration_version 1.10.1
|
||||
Name: docker
|
||||
Version: 1.12.2
|
||||
Version: 1.12.3
|
||||
Release: 0
|
||||
Summary: The Linux container runtime
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user