diff --git a/docker-1.1.2.tar.bz2 b/docker-1.1.2.tar.bz2 deleted file mode 100644 index ab74c33..0000000 --- a/docker-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f37d39144b7495820a80c8af8aaf7a4e6fe5bf08c1f767c34a00f2b6b6baa76 -size 6442718 diff --git a/docker-1.2.0.tar.bz2 b/docker-1.2.0.tar.bz2 new file mode 100644 index 0000000..9bcd9f5 --- /dev/null +++ b/docker-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dece4fdbad85fc50d47c37917c7c05f969fa862b30418e850399e134e6227cd +size 6814292 diff --git a/docker.changes b/docker.changes index 8a3b055..af5ff1b 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Aug 25 07:49:48 UTC 2014 - fcastelli@suse.com + +- Upgraded to version 1.2.0: + * Runtime: + - Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime + - Auto-restart containers using policies + - Use /var/lib/docker/tmp for large temporary files + - `--cap-add` and `--cap-drop` to tweak what linux capability you want + - `--device` to use devices in containers + * Client: + - `docker search` on private registries + - Add `exited` filter to `docker ps --filter` + - `docker rm -f` now kills instead of stop + - Support for IPv6 addresses in `--dns` flag + * Proxy: + - Proxy instances in separate processes + - Small bug fix on UDP proxy + ------------------------------------------------------------------- Fri Aug 8 15:31:41 UTC 2014 - fcastelli@suse.com diff --git a/docker.spec b/docker.spec index 1568353..6530734 100644 --- a/docker.spec +++ b/docker.spec @@ -16,10 +16,10 @@ # -%define git_version d84a070 +%define git_version fa7b24f Name: docker -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: The Linux container runtime License: Apache-2.0 @@ -36,7 +36,7 @@ Patch0: 0002-Stripped-dockerinit-binary.patch BuildRequires: bash-completion BuildRequires: device-mapper-devel >= 1.2.68 BuildRequires: glibc-devel-static -BuildRequires: go >= 1.2 +BuildRequires: go >= 1.3 BuildRequires: libapparmor-devel BuildRequires: libbtrfs-devel >= 3.8 BuildRequires: procps @@ -96,9 +96,7 @@ cp %{SOURCE7} . %build %{go_disable_brp_strip_static_archive} -export GOPATH=`pwd`/vendor -mkdir vendor/src/github.com/dotcloud -ln -s `pwd` vendor/src/github.com/dotcloud/ +export AUTO_GOPATH=1 export DOCKER_BUILDTAGS="exclude_graphdriver_aufs apparmor selinux" export DOCKER_GITCOMMIT=%{git_version} ./hack/make.sh dynbinary