Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2015-08-21 07:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-07-25 
07:44:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes       2015-08-21 
07:42:18.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Aug 13 09:00:25 UTC 2015 - [email protected]
+
+- Update to docker 1.8.1(bsc#942369 and bsc#942370):
+  - Fix a bug where pushing multiple tags would result in invalid images
+
+- Update to docker 1.8.0:
+  see detailed changelog in
+
+  https://github.com/docker/docker/releases/tag/v1.8.0 
+
+- remove docker-netns-aarch64.patch: This patch was adding 
+   vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
+  which is now included upstream, so we don't need this patch anymore
+
+-------------------------------------------------------------------

Old:
----
  docker-1.7.1.tar.bz2
  docker-netns-aarch64.patch

New:
----
  docker-1.8.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.000000000 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.000000000 +0200
@@ -19,7 +19,7 @@
 %define git_version 786b29d
 %define go_arches %ix86 x86_64
 Name:           docker
-Version:        1.7.1
+Version:        1.8.1
 Release:        0
 Summary:        The Linux container runtime
 License:        Apache-2.0
@@ -49,7 +49,6 @@
 # to simply disable this check
 Patch100:       ignore-dockerinit-checksum.patch
 Patch101:       gcc-go-build-static-libgo.patch
-Patch102:       docker-netns-aarch64.patch
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glibc-devel-static
@@ -145,7 +144,6 @@
 %patch100
 %patch101
 %endif
-%patch102
 cp %{SOURCE7} .
 find . -name ".gitignore" | xargs rm
 

++++++ docker-1.7.1.tar.bz2 -> docker-1.8.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/docker/docker-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.docker.new/docker-1.8.1.tar.bz2 differ: char 11, 
line 1

++++++ fix-docker-init.patch ++++++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.000000000 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.000000000 +0200
@@ -1,12 +1,10 @@
-Index: docker/hack/make/.dockerinit
-===================================================================
---- docker.orig/hack/make/.dockerinit
-+++ docker/hack/make/.dockerinit
-@@ -29,5 +29,7 @@ else
+diff -Naur a/hack/make/.dockerinit b/hack/make/.dockerinit
+--- a/hack/make/.dockerinit    2015-08-11 18:35:27.000000000 +0200
++++ b/hack/make/.dockerinit    2015-08-12 18:14:25.743452565 +0200
+@@ -29,5 +29,6 @@
        exit 1
  fi
  
 +/usr/bin/strip -s $DEST/dockerinit-$VERSION
-+
  # sha1 our new dockerinit to ensure separate docker and dockerinit always run 
in a perfect pair compiled for one another
  export DOCKER_INITSHA1=$($sha1sum "$DEST/dockerinit-$VERSION" | cut -d' ' -f1)

++++++ ignore-dockerinit-checksum.patch ++++++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.000000000 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.000000000 +0200
@@ -1,5 +1,6 @@
---- utils/utils.go
-+++ utils/utils.go
+diff -Naur a/utils/utils.go b/utils/utils.go
+--- a/utils/utils.go   2015-08-11 18:35:27.000000000 +0200
++++ b/utils/utils.go   2015-08-12 18:06:47.930445696 +0200
 @@ -76,7 +76,7 @@
                }
                return os.SameFile(targetFileInfo, selfPathFileInfo)
@@ -8,4 +9,4 @@
 +      return true
  }
  
- // Figure out the path of our dockerinit (which may be SelfPath())
+ // DockerInitPath figures out the path of our dockerinit (which may be 
SelfPath())

++++++ libcontainer-apparmor-fixes.patch ++++++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.000000000 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.000000000 +0200
@@ -1,12 +1,11 @@
-Index: docker/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-===================================================================
---- docker.orig/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-+++ docker/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-@@ -25,7 +25,6 @@ profile {{.Name}} flags=(attach_disconne
-   network,
-   capability,
-   file,
--  umount,
+diff -Naur a/contrib/apparmor/docker-engine b/contrib/apparmor/docker-engine
+--- a/contrib/apparmor/docker-engine   2015-08-11 18:35:27.000000000 +0200
++++ b/contrib/apparmor/docker-engine   2015-08-12 18:05:07.608444190 +0200
+@@ -13,7 +13,6 @@
+   mount -> /sys/**,
+   mount -> /run/docker/netns/**,
  
-   deny @{PROC}/sys/fs/** wklx,
-   deny @{PROC}/sysrq-trigger rwklx,
+-  umount,
+   pivot_root,
+   signal (receive) peer=@{profile_name},
+   signal (receive) peer=unconfined,


Reply via email to