Hello community,

here is the log from the commit of package sonobuoy for openSUSE:Factory 
checked in at 2018-08-18 00:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonobuoy (Old)
 and      /work/SRC/openSUSE:Factory/.sonobuoy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonobuoy"

Sat Aug 18 00:02:49 2018 rev:2 rq:629405 version:0.11.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonobuoy/sonobuoy.changes        2018-08-08 
14:52:15.449427183 +0200
+++ /work/SRC/openSUSE:Factory/.sonobuoy.new/sonobuoy.changes   2018-08-18 
00:03:04.518891174 +0200
@@ -1,0 +2,10 @@
+Wed Aug  8 12:21:48 UTC 2018 - jeng...@inai.de
+
+- Trim bias from description.
+
+-------------------------------------------------------------------
+Wed Aug  8 11:54:58 UTC 2018 - mj...@suse.com
+
+- Add proper image version to sonobuoy manifest
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sonobuoy.spec ++++++
--- /var/tmp/diff_new_pack.7tSoK9/_old  2018-08-18 00:03:05.082892859 +0200
+++ /var/tmp/diff_new_pack.7tSoK9/_new  2018-08-18 00:03:05.082892859 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package sonobuoy.spec
+# spec file for package sonobuoy
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -20,7 +20,7 @@
 Name:           sonobuoy
 Version:        0.11.5
 Release:        0
-Summary:        Conformance test suite for diagnosing a kubernetes cluster
+Summary:        Conformance test suite for diagnosing a Kubernetes cluster
 License:        Apache-2.0
 Group:          Development/Languages/Other
 URL:            https://github.com/heptio/sonobuoy
@@ -32,7 +32,9 @@
 %{go_provides}
 
 %description
-Sonobuoy is a diagnostic tool that makes it easier to understand the state of 
a Kubernetes cluster by running a set of Kubernetes conformance tests in an 
accessible and non-destructive manner.
+Sonobuoy is a diagnostic tool for understanding the state of a
+Kubernetes cluster by running a set of Kubernetes conformance tests
+in an accessible and non-destructive manner.
 
 %prep
 %setup -q
@@ -40,7 +42,7 @@
 
 %build
 export GOPATH="%{_builddir}/go:$GOPATH"
-GOBIN=$PWD/bin go install -tags '' -ldflags '-s -w -X 
github.com/heptio/sonobuoy/pkg/buildinfo.Version=$(GIT_VERSION)' 
github.com/heptio/sonobuoy
+GOBIN=$PWD/bin go install -tags '' -ldflags '-s -w -X 
github.com/heptio/sonobuoy/pkg/buildinfo.Version=v%{version}' 
github.com/heptio/sonobuoy
 
 %install
 mkdir -p %{buildroot}%{_bindir}


Reply via email to