Hello community, here is the log from the commit of package hawk-apiserver for openSUSE:Factory checked in at 2018-02-07 18:41:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hawk-apiserver (Old) and /work/SRC/openSUSE:Factory/.hawk-apiserver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawk-apiserver" Wed Feb 7 18:41:55 2018 rev:5 rq:573584 version:0.0.2+git2.9d745dc Changes: -------- --- /work/SRC/openSUSE:Factory/hawk-apiserver/hawk-apiserver.changes 2017-11-22 11:22:19.389568335 +0100 +++ /work/SRC/openSUSE:Factory/.hawk-apiserver.new/hawk-apiserver.changes 2018-02-07 18:42:08.162152546 +0100 @@ -1,0 +2,5 @@ +Thu Feb 1 16:51:44 CET 2018 - [email protected] + +- do not build on s390, only on s390x (no go on s390) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hawk-apiserver.spec ++++++ --- /var/tmp/diff_new_pack.QCI1r6/_old 2018-02-07 18:42:09.046111156 +0100 +++ /var/tmp/diff_new_pack.QCI1r6/_new 2018-02-07 18:42:09.054110782 +0100 @@ -1,7 +1,7 @@ # # spec file for package hawk-apiserver # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: xz Requires: pacemaker >= 1.1.16 BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExcludeArch: s390 %{go_provides} # Make sure that the binary is not getting stripped. %{go_nostrip} @@ -64,6 +65,9 @@ %{_mandir}/man8/hawk-apiserver.8.gz %if 0%{?suse_version} == 1315 %exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/github.com/krig/go-pacemaker.a +%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/github.com/sirupsen/logrus.a +%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/golang.org/x/crypto/ssh/terminal.a +%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/golang.org/x/sys/unix.a %endif %changelog ++++++ hawk-apiserver.8.gz ++++++ --- /var/tmp/diff_new_pack.QCI1r6/_old 2018-02-07 18:42:09.130107223 +0100 +++ /var/tmp/diff_new_pack.QCI1r6/_new 2018-02-07 18:42:09.134107036 +0100 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH hawk-apiserver-0.0.1 "1 January 2017" "" "" +.TH hawk-apiserver-0.0.2 "1 January 2017" "" "" .SH NAME \fBhawk-apiserver \fP- Web server for Hawk, the HA cluster web console .SH SYNOPSIS @@ -35,6 +35,10 @@ .B \fB-port\fP TCP port to listen to for connections. +.TP +.B +\fB-loglevel\fP +Log level (debug|info|warning|error|fatal|panic) .SH EXAMPLE Below is an example configuration file for Hawk: .PP
