Hello community,
here is the log from the commit of package golang-github-docker-libnetwork for
openSUSE:Factory checked in at 2017-12-21 11:25:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
and /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-docker-libnetwork"
Thu Dec 21 11:25:33 2017 rev:6 rq:558284 version:0.7.0.1+gitr2066_7b2b1feb1de4
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
2017-10-20 14:39:49.993187827 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
2017-12-21 11:25:40.410286380 +0100
@@ -1,0 +2,15 @@
+Mon Dec 11 12:32:43 UTC 2017 - [email protected]
+
+- Update to version git.7b2b1feb1de4817d522cc372af149ff48d25028e (required by
+ Docker v17.09.1_ce):
+ * proxy: clean up code (addendum to #1598)
+ * Use vndr for managing libnetwork dependencies
+ * carry docker/docker #29564
+ * Godep update for docker plugingetter pkg
+ * return an error on overlay subnet is overlapped with hosts
+ * Prioritize nw endpoint which can provide both v4 and v6 connectivity
+ * proxy: fix an issue about half-closing net.TCPConn after io.Copy()
+ * Add embedded DNS server support for host loopback resolver
+ * Fix fqdn hostnames not added to /etc/hosts
+
+-------------------------------------------------------------------
@@ -4 +19 @@
-- Update to version 0.7.0+git4a242dba7739:
+- Update to version 0.7.0+git4a242dba7739 (required by Docker v17.07_ce):
Old:
----
libnetwork-git.4a242dba7739.tar.xz
New:
----
libnetwork-git.7b2b1feb1de4817d522cc372af149ff48d25028e.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-docker-libnetwork.spec ++++++
--- /var/tmp/diff_new_pack.6KIy6O/_old 2017-12-21 11:25:45.518037330 +0100
+++ /var/tmp/diff_new_pack.6KIy6O/_new 2017-12-21 11:25:45.522037135 +0100
@@ -18,14 +18,14 @@
# MANUAL: Update the git_version and git_revision
-%define git_version 4a242dba7739
+%define git_version 7b2b1feb1de4817d522cc372af149ff48d25028e
+%define git_short 7b2b1feb1de4
# How to get the git_revision
-# git clone https://github.com/containerd/containerd.git containerd-upstream
-# cd containerd
+# git clone https://github.com/docker/libnetwork.git libnetwork
+# cd libnetwork
# git checkout $git_version
# git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2322
-%define version_unconverted 0.7.0+git4a242dba7739
+%define git_revision r2066
%global provider github
%global provider_tld com
@@ -35,7 +35,12 @@
%global import_path %{provider_prefix}
Name: golang-%{provider}-%{project}-%{repo}
-Version: 0.7.0+git%{git_revision}_%{git_version}
+# FIX-UPSTREAM: It looks like Docker _downgraded_ their version of libnetwork
+# in the bump from v17.07.0_ce (0.7.0+gitr2322_4a242dba7739) to
+# v17.10.0_ce (0.7.0+gitr2066_7b2b1feb1de4). This means that we
+# have to fake the version here to be different from the upstream
+# version. Please keep this in mind next time you do an update.
+Version: 0.7.0.1+git%{git_revision}_%{git_short}
Release: 0
Summary: Docker Networking
License: Apache-2.0
@@ -44,7 +49,6 @@
Source0: %{repo}-git.%{git_version}.tar.xz
Source1: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: xz
@@ -55,17 +59,22 @@
%description
Libnetwork provides a native Go implementation for connecting containers
-The goal of libnetwork is to deliver a robust Container Network Model that
provides a consistent programming interface and the required network
abstractions for applications.
+The goal of libnetwork is to deliver a robust Container Network Model that
+provides a consistent programming interface and the required network
+abstractions for applications.
%package -n docker-libnetwork
Summary: Docker Networking
Group: System/Management
AutoReqProv: Off
-Conflicts: docker < 17.07.0_ce
+Conflicts: docker < 17.09.0_ce
Provides: fix_bsc_1057743
+# We provide a git revision so that Docker can require it properly.
+Provides: docker-libnetwork-git = %{git_version}
%description -n docker-libnetwork
-docker-proxy binary
+The docker-proxy binary used by Docker that provides Docker with libnetwork
+support.
%prep
++++++ _service ++++++
--- /var/tmp/diff_new_pack.6KIy6O/_old 2017-12-21 11:25:45.546035964 +0100
+++ /var/tmp/diff_new_pack.6KIy6O/_new 2017-12-21 11:25:45.546035964 +0100
@@ -3,8 +3,8 @@
<param name="url">https://github.com/docker/libnetwork.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">git.%h</param>
- <param name="revision">4a242dba7739bb7d4351b260863b5e8789ea5abe</param>
+ <param name="versionformat">git.%H</param>
+ <param name="revision">7b2b1feb1de4817d522cc372af149ff48d25028e</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
++++++ libnetwork-git.4a242dba7739.tar.xz ->
libnetwork-git.7b2b1feb1de4817d522cc372af149ff48d25028e.tar.xz ++++++
++++ 39234 lines of diff (skipped)