Hello community, here is the log from the commit of package cilium for openSUSE:Factory checked in at 2018-04-26 13:38:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cilium (Old) and /work/SRC/openSUSE:Factory/.cilium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cilium" Thu Apr 26 13:38:38 2018 rev:2 rq:601000 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cilium/cilium.changes 2018-04-24 15:33:08.022212857 +0200 +++ /work/SRC/openSUSE:Factory/.cilium.new/cilium.changes 2018-04-26 13:38:42.502591327 +0200 @@ -1,0 +2,11 @@ +Wed Apr 25 10:54:45 CEST 2018 - ndas@suse.de + +- Updated to v1.0.0 + Bugfixes Changes: + *etcd: Clear the etcd status error when connectivity is OK (3824, @rlenglet) + *ipcache: Fix ipcache deletion of old identities on update (3865, @rlenglet) + *bpf: Fix tracing message for egress policy (3806, @joestringer) + [- envoy-optional.patch] +- use url for source + +------------------------------------------------------------------- Old: ---- cilium-1.0.0-rc10.tar.gz envoy-optional.patch New: ---- v1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cilium.spec ++++++ --- /var/tmp/diff_new_pack.IMMjAA/_old 2018-04-26 13:38:43.558552623 +0200 +++ /var/tmp/diff_new_pack.IMMjAA/_new 2018-04-26 13:38:43.562552476 +0200 @@ -30,14 +30,13 @@ %endif Name: cilium -Version: 1.0.0~rc10 +Version: 1.0.0 Release: 0 Summary: Linux Native, HTTP Aware Networking and Security for Containers License: Apache-2.0 Group: System/Management URL: https://github.com/cilium/cilium -Source0: cilium-1.0.0-rc10.tar.gz -Patch0: envoy-optional.patch +Source0: https://github.com/cilium/cilium/archive/v%{version}.tar.gz BuildRequires: clang BuildRequires: git BuildRequires: glibc-devel @@ -65,7 +64,6 @@ %prep mkdir -p %{name}-%{version}/src/github.com/cilium/%{name} tar -zxf %{SOURCE0} --strip-components=1 -C %{name}-%{version}/src/github.com/cilium/%{name} -patch -p1 -d %{name}-%{version}/src/github.com/cilium/%{name} < %{PATCH0} %build export GOPATH=$(pwd)/%{name}-%{version}