Hello community, here is the log from the commit of package flannel for openSUSE:Factory checked in at 2019-11-03 10:55:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flannel (Old) and /work/SRC/openSUSE:Factory/.flannel.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flannel" Sun Nov 3 10:55:51 2019 rev:18 rq:743846 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/flannel/flannel.changes 2019-10-23 15:48:13.066523866 +0200 +++ /work/SRC/openSUSE:Factory/.flannel.new.2990/flannel.changes 2019-11-03 10:55:53.586812063 +0100 @@ -1,0 +2,6 @@ +Tue Oct 29 13:30:38 UTC 2019 - Guillaume GARDET <[email protected]> + +- Use Tumbleweed Kubic flannel containers instead of devel:kubic + containers. This fixes aarch64 and ppc64* (boo#1152185) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flannel.spec ++++++ --- /var/tmp/diff_new_pack.y38TB2/_old 2019-11-03 10:55:54.766813412 +0100 +++ /var/tmp/diff_new_pack.y38TB2/_new 2019-11-03 10:55:54.770813416 +0100 @@ -20,6 +20,9 @@ %define _fillupdir /var/adm/fillup-templates %endif +# Use Tumbleweed Kubic containers +%define flannel_container_path registry.opensuse.org/kubic/flannel + Name: flannel Version: 0.11.0 Release: 0 @@ -84,7 +87,7 @@ mkdir -p %{buildroot}%{_datadir}/k8s-yaml/flannel #install -m 0644 Documentation/kube-flannel.yml %{buildroot}%{_datadir}/k8s-yaml/flannel/kube-flannel.yaml install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/k8s-yaml/flannel/kube-flannel.yaml -sed -i -e 's|image: quay.io/coreos/flannel:.*|image: registry.opensuse.org/devel/kubic/containers/container/kubic/flannel:%{version}|g' %{buildroot}%{_datadir}/k8s-yaml/flannel/kube-flannel.yaml +sed -i -e 's|image: quay.io/coreos/flannel:.*|image: %{flannel_container_path}:%{version}|g' %{buildroot}%{_datadir}/k8s-yaml/flannel/kube-flannel.yaml sed -i -e 's|/opt/bin/flanneld|/usr/sbin/flanneld|g' %{buildroot}%{_datadir}/k8s-yaml/flannel/kube-flannel.yaml # Move
