Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2015-07-23 15:23:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-14 
17:44:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes       2015-07-23 
15:23:11.000000000 +0200
@@ -1,0 +2,29 @@
+Wed Jul 15 08:11:11 UTC 2015 - jmassaguer...@suse.com
+
+- Update to 1.7.1 (2015-07-14) (bnc#938156)
+Runtime
+
+    Fix default user spawning exec process with docker exec
+    Make --bridge=none not to configure the network bridge
+    Publish networking stats properly
+    Fix implicit devicemapper selection with static binaries
+    Fix socket connections that hung intermittently
+    Fix bridge interface creation on CentOS/RHEL 6.6
+    Fix local dns lookups added to resolv.conf
+    Fix copy command mounting volumes
+    Fix read/write privileges in volumes mounted with --volumes-from
+
+Remote API
+
+    Fix unmarshalling of Command and Entrypoint
+    Set limit for minimum client version supported
+    Validate port specification
+    Return proper errors when attach/reattach fail
+
+Distribution
+
+    Fix pulling private images
+    Fix fallback between registry V2 and V1
+ 
+
+-------------------------------------------------------------------

Old:
----
  docker-1.7.0.tar.bz2

New:
----
  docker-1.7.1.tar.bz2

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

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.BU1vPl/_old  2015-07-23 15:23:13.000000000 +0200
+++ /var/tmp/diff_new_pack.BU1vPl/_new  2015-07-23 15:23:13.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define git_version 0baf609
+%define git_version 786b29d
 %define go_arches %ix86 x86_64
 Name:           docker
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
 Summary:        The Linux container runtime
 License:        Apache-2.0
@@ -59,6 +59,7 @@
 %else
 BuildRequires:  gcc5-go >= 5.0
 %endif
+BuildRequires:  fdupes
 BuildRequires:  libapparmor-devel
 BuildRequires:  libbtrfs-devel >= 3.8
 BuildRequires:  procps
@@ -134,7 +135,7 @@
 Test package for docker. It contains the source code and the tests.
 
 %prep
-%setup -q -n docker
+%setup -q -n docker-%{version}
 %patch0 -p1
 %patch1 -p1
 %ifnarch %go_arches
@@ -212,6 +213,8 @@
 install -p -m 644 man/man5/Dockerfile.5 %{buildroot}%{_mandir}/man5
 %endif
 
+%fdupes %{buildroot}
+
 %pre
 echo "creating group docker..."
 groupadd -r docker 2>/dev/null || :
@@ -233,7 +236,6 @@
 %{_bindir}/docker
 %{_sbindir}/rcdocker
 %{_prefix}/lib/docker/
-%{_prefix}/lib/docker/dockerinit
 %{_unitdir}/%{name}.service
 %{_unitdir}/%{name}.socket
 %{_prefix}/lib/udev/rules.d/80-%{name}.rules

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


Reply via email to