Hello community,

here is the log from the commit of package octant for openSUSE:Factory checked 
in at 2020-10-27 19:00:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octant (Old)
 and      /work/SRC/openSUSE:Factory/.octant.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octant"

Tue Oct 27 19:00:31 2020 rev:2 rq:844182 version:0.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/octant/octant.changes    2020-10-23 
12:22:53.364705320 +0200
+++ /work/SRC/openSUSE:Factory/.octant.new.3463/octant.changes  2020-10-27 
19:01:19.918847446 +0100
@@ -1,0 +2,5 @@
+Fri Oct 23 17:02:48 UTC 2020 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Allow to override build date with SOURCE_DATE_EPOCH (boo#1047218)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octant.spec ++++++
--- /var/tmp/diff_new_pack.k9DDwg/_old  2020-10-27 19:01:20.534847894 +0100
+++ /var/tmp/diff_new_pack.k9DDwg/_new  2020-10-27 19:01:20.538847897 +0100
@@ -17,7 +17,6 @@
 
 %define goipath github.com/vmware-tanzu/octant
 %define commit 8aebb34922f83894fb02ad393740e96ee1b3d8fe
-%define time %(date +%%Y-%%m-%%dT%%H:%%M:%%S)
 
 Name:           octant
 Version:        0.16.1
@@ -42,7 +41,8 @@
 %build
 %goprep %{goipath}
 export CGO_ENABLED=0
-%gobuild -mod vendor -ldflags "-X main.version=%{version} -X 
main.gitCommit=%{commit} -X main.buildTime=%{time}" cmd/octant
+time=$(date -d@${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%S)
+%gobuild -mod vendor -ldflags "-X main.version=%{version} -X 
main.gitCommit=%{commit} -X main.buildTime=$time" cmd/octant
 
 %install
 %goinstall


Reply via email to