Hello community,

here is the log from the commit of package rakkess for openSUSE:Factory checked 
in at 2020-02-06 13:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rakkess (Old)
 and      /work/SRC/openSUSE:Factory/.rakkess.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rakkess"

Thu Feb  6 13:18:34 2020 rev:4 rq:769667 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rakkess/rakkess.changes  2019-08-07 
13:57:54.600855176 +0200
+++ /work/SRC/openSUSE:Factory/.rakkess.new.26092/rakkess.changes       
2020-02-06 13:18:37.360654509 +0100
@@ -1,0 +2,8 @@
+Mon Feb  3 15:16:56 UTC 2020 - ku...@suse.de
+
+- Update to version 0.4.3
+  - Changes in build process
+  - bug fixes
+- Refresh vendor.tar.xz
+
+-------------------------------------------------------------------

Old:
----
  rakkess-0.4.1.tar.gz

New:
----
  rakkess-0.4.3.tar.gz

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

Other differences:
------------------
++++++ rakkess.spec ++++++
--- /var/tmp/diff_new_pack.wZemg0/_old  2020-02-06 13:18:38.116654880 +0100
+++ /var/tmp/diff_new_pack.wZemg0/_new  2020-02-06 13:18:38.120654882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rakkess
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           rakkess
-Version:        0.4.1
+Version:        0.4.3
 Release:        0
 Summary:        Utility to show an access matrix for k8s server resources
 License:        Apache-2.0
@@ -38,7 +38,7 @@
 
 %build
 # use vendor directory and build as position independent executeable
-sed -i -e 's|go build|go build -mod vendor -buildmode=pie|g' Makefile
+sed -i -e 's|go build -race|go build -mod vendor -buildmode=pie|g' Makefile
 %ifarch aarch64
 export GOARCH=arm64
 %endif
@@ -46,12 +46,12 @@
 export GOARCH=%{_arch}
 export CGO_ENABLED=0 
 %endif
-PLATFORMS=linux make all VERSION=%{version}
+PLATFORMS=linux make dev VERSION=%{version}
 
 %install
 # Install the binary.
 mkdir -p %{buildroot}%{_bindir}/
-install -m 0755 out/rakkess-linux-* %{buildroot}%{_bindir}/rakkess
+install -m 0755 rakkess %{buildroot}%{_bindir}/rakkess
 
 %files
 %license LICENSE

++++++ rakkess-0.4.1.tar.gz -> rakkess-0.4.3.tar.gz ++++++
++++ 7416 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
++++ 329903 lines of diff (skipped)


Reply via email to