Hello community,
here is the log from the commit of package golang-github-docker-libnetwork for
openSUSE:Factory checked in at 2017-10-20 14:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Fri Oct 20 14:39:46 2017 rev:5 rq:535049 version:0.7.0+gitr2322_4a242dba7739
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
2017-10-07 17:46:47.601517066 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
2017-10-20 14:39:49.993187827 +0200
@@ -1,0 +2,16 @@
+Wed Oct 18 05:35:48 UTC 2017 - [email protected]
+
+- Update to version 0.7.0+git4a242dba7739:
+ * optimize the rebroadcast for failure case
+ * Revert "Fixes bug that mistook gw6 for gw."
+ * Revert "Funnel peerAdd and peerDelete in a channel"
+ * Avoid peerUpdate logic in swarm mode
+ * Fixes bug which makes restoring endpoint mess
+ * Revert "Avoid peerUpdate logic in swarm mode"
+ * Funnel peerAdd and peerDelete in a channel
+ * PeerInit for the sandbox init
+ * PeerDbDelete was passing the wrong field
+ * Lock goroutine to OS thread while changing NS
+- Fix up _service file and versioning to actually be somewhat sane.
+
+-------------------------------------------------------------------
Old:
----
libnetwork-0.0.0+git20170119.7b2b1fe.tar.xz
New:
----
libnetwork-git.4a242dba7739.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-docker-libnetwork.spec ++++++
--- /var/tmp/diff_new_pack.5TNM25/_old 2017-10-20 14:39:53.133040901 +0200
+++ /var/tmp/diff_new_pack.5TNM25/_new 2017-10-20 14:39:53.133040901 +0200
@@ -14,8 +14,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+# nodebuginfo
+# MANUAL: Update the git_version and git_revision
+%define git_version 4a242dba7739
+# How to get the git_revision
+# git clone https://github.com/containerd/containerd.git containerd-upstream
+# cd containerd
+# git checkout $git_version
+# git_revision=r$(git rev-list HEAD | wc -l)
+%define git_revision r2322
+%define version_unconverted 0.7.0+git4a242dba7739
+
%global provider github
%global provider_tld com
%global project docker
@@ -24,20 +35,20 @@
%global import_path %{provider_prefix}
Name: golang-%{provider}-%{project}-%{repo}
-Version: 0.0.0+git20170119.7b2b1fe
+Version: 0.7.0+git%{git_revision}_%{git_version}
Release: 0
Summary: Docker Networking
License: Apache-2.0
Group: Development/Languages/Golang
Url: http://github.com/docker/libnetwork
-Source0: %{repo}-%{version}.tar.xz
+Source0: %{repo}-git.%{git_version}.tar.xz
Source1: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: xz
-BuildRequires: golang(API) = 1.7
+BuildRequires: golang(API) = 1.8
%{go_provides}
@@ -50,7 +61,7 @@
Summary: Docker Networking
Group: System/Management
AutoReqProv: Off
-Conflicts: docker < 17.04.0_ce
+Conflicts: docker < 17.07.0_ce
Provides: fix_bsc_1057743
%description -n docker-libnetwork
@@ -58,7 +69,7 @@
%prep
-%setup -q -n %{repo}-%{version}
+%setup -q -n %{repo}-git.%{git_version}
%build
%goprep %{import_path}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.5TNM25/_old 2017-10-20 14:39:53.169039216 +0200
+++ /var/tmp/diff_new_pack.5TNM25/_new 2017-10-20 14:39:53.169039216 +0200
@@ -3,15 +3,12 @@
<param name="url">https://github.com/docker/libnetwork.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">0.0.0+git%cd.%h</param>
- <param name="revision">7b2b1fe</param>
+ <param name="versionformat">git.%h</param>
+ <param name="revision">4a242dba7739bb7d4351b260863b5e8789ea5abe</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libnetwork-*.tar</param>
<param name="compression">xz</param>
</service>
- <service name="set_version" mode="disabled">
- <param name="basename">libnetwork</param>
- </service>
</services>