Hello community, here is the log from the commit of package kubic-control for openSUSE:Factory checked in at 2019-10-07 13:42:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubic-control (Old) and /work/SRC/openSUSE:Factory/.kubic-control.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubic-control" Mon Oct 7 13:42:36 2019 rev:10 rq:735396 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubic-control/kubic-control.changes 2019-08-13 13:10:36.013612638 +0200 +++ /work/SRC/openSUSE:Factory/.kubic-control.new.2352/kubic-control.changes 2019-10-07 13:42:38.176075549 +0200 @@ -1,0 +2,9 @@ +Sat Oct 5 08:04:43 UTC 2019 - [email protected] + +- Update to version 0.9.0 + - Add Yomi support + - Add haproxy support for multi-master loadbalancer + - Move config directory to /usr/etc/ +- Add kubic-haproxycfg sub-package + +------------------------------------------------------------------- Old: ---- kubic-control-0.8.2.tar.xz New: ---- kubic-control-0.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubic-control.spec ++++++ --- /var/tmp/diff_new_pack.s2PmkA/_old 2019-10-07 13:42:38.736074000 +0200 +++ /var/tmp/diff_new_pack.s2PmkA/_new 2019-10-07 13:42:38.736074000 +0200 @@ -17,7 +17,7 @@ Name: kubic-control -Version: 0.8.2 +Version: 0.9.0 Release: 0 Summary: Simple setup tool for kubernetes License: Apache-2.0 @@ -53,6 +53,15 @@ %description -n kubicctl kubicctl is a cli to using gRPC with mutualTLS to communicate with kubicd to setup and manage a kubernetes cluster on openSUSE Kubic. Authentication is done via certificates. +%package -n kubic-haproxycfg +Summary: Tool to maipulate haproxy.cfg +Group: System/Management +Requires: haproxy + +%description -n kubic-haproxycfg +haproxycfg is used by kubicd to create a haproxy.cfg for use as loadbalancer +for a kubernetes cluster with multi-master. + %prep %setup -q @@ -62,6 +71,7 @@ %install install -d -p %{buildroot}%{_bindir} install -p -m 0755 bin/kubicctl %{buildroot}%{_bindir} +install -p -m 0755 bin/haproxycfg %{buildroot}%{_bindir} install -d -p %{buildroot}%{_sbindir} install -p -m 0755 bin/kubicd %{buildroot}%{_sbindir} ln -s /sbin/service %{buildroot}%{_sbindir}/rckubicd @@ -99,4 +109,8 @@ %license LICENSE %{_bindir}/kubicctl +%files -n kubic-haproxycfg +%license LICENSE +%{_bindir}/haproxycfg + %changelog ++++++ kubic-control-0.8.2.tar.xz -> kubic-control-0.9.0.tar.xz ++++++ ++++ 16919 lines of diff (skipped)
