forked from pool/docker
Accepting request 423658 from home:jordimassaguerpla:branch:update_docker_1_12_1
- Update docker to 1.12.1 (bsc#996015) see changelog in https://github.com/docker/docker/releases/tag/v1.12.1 OBS-URL: https://build.opensuse.org/request/show/423658 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=136
This commit is contained in:
parent
bf63e2c24a
commit
3f61d42910
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.0</param>
|
||||
<param name="revision">v1.12.0</param>
|
||||
<param name="versionformat">1.12.1</param>
|
||||
<param name="revision">v1.12.1</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:ce78b3e58c579151d52f60d49ab42509210649a6fe2ad3d1d12befe7921d38c6
|
||||
size 10734304
|
3
docker-1.12.1.tar.xz
Normal file
3
docker-1.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2be25806e95123b8bea2808b41505375e5e39fdf36a189b6765779fc6f7d1c34
|
||||
size 10814732
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 12:11:21 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- Update docker to 1.12.1 (bsc#996015)
|
||||
|
||||
see changelog in https://github.com/docker/docker/releases/tag/v1.12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 12:02:35 UTC 2016 - cbrauner@suse.de
|
||||
|
||||
|
@ -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.0
|
||||
%define version_unconverted 1.12.1
|
||||
%define docker_version 1.12.0
|
||||
%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.0
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: The Linux container runtime
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user