Hello community, here is the log from the commit of package docker for openSUSE:Factory checked in at 2014-08-01 11:48:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker (Old) and /work/SRC/openSUSE:Factory/.docker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker" Changes: -------- --- /work/SRC/openSUSE:Factory/docker/docker.changes 2014-07-17 17:31:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes 2014-08-01 11:48:32.000000000 +0200 @@ -1,0 +2,18 @@ +Fri Jul 25 06:17:04 UTC 2014 - [email protected] + +- Updated to 1.1.2: + * Runtime: + - Fix port allocation for existing containers + - Fix containers restart on daemon restart +- Updated conflict condition with LXC package. +------------------------------------------------------------------- +Fri Jul 18 09:38:47 UTC 2014 - [email protected] + +- Add apparmor-parser runtime dependency + +------------------------------------------------------------------- +Fri Jul 18 08:44:29 UTC 2014 - [email protected] + +- Build with AppArmor and SELinux support + +------------------------------------------------------------------- Old: ---- docker-1.1.1.tar.bz2 New: ---- docker-1.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker.spec ++++++ --- /var/tmp/diff_new_pack.b1l2tn/_old 2014-08-01 11:48:32.000000000 +0200 +++ /var/tmp/diff_new_pack.b1l2tn/_new 2014-08-01 11:48:32.000000000 +0200 @@ -1,4 +1,6 @@ +# # spec file for package docker +# # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define git_version dc62f3c + +%define git_version d84a070 Name: docker -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: The Linux container runtime License: Apache-2.0 @@ -34,11 +37,13 @@ BuildRequires: device-mapper-devel >= 1.2.68 BuildRequires: glibc-devel-static BuildRequires: go >= 1.2 +BuildRequires: libapparmor-devel BuildRequires: libbtrfs-devel >= 3.8 BuildRequires: procps BuildRequires: sqlite3-devel BuildRequires: systemd-devel BuildRequires: zsh +Requires: apparmor-parser Requires: bridge-utils Requires: ca-certificates-mozilla Requires: git-core >= 1.7 @@ -49,7 +54,7 @@ Requires: procps Requires: tar >= 1.26 Requires: xz >= 4.9 -Conflicts: lxc >= 1.0 +Conflicts: lxc < 1.0 PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 @@ -93,7 +98,7 @@ export GOPATH=`pwd`/vendor mkdir vendor/src/github.com/dotcloud ln -s `pwd` vendor/src/github.com/dotcloud/ -export DOCKER_BUILDTAGS="exclude_graphdriver_aufs" +export DOCKER_BUILDTAGS="exclude_graphdriver_aufs apparmor selinux" export DOCKER_GITCOMMIT=%{git_version} ./hack/make.sh dynbinary ++++++ docker-1.1.1.tar.bz2 -> docker-1.1.2.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/docker/docker-1.1.1.tar.bz2 /work/SRC/openSUSE:Factory/.docker.new/docker-1.1.2.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
