Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chart-testing for openSUSE:Factory checked in at 2022-08-09 15:27:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chart-testing (Old) and /work/SRC/openSUSE:Factory/.chart-testing.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chart-testing" Tue Aug 9 15:27:21 2022 rev:3 rq:993773 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/chart-testing/chart-testing.changes 2022-07-28 20:58:55.279615986 +0200 +++ /work/SRC/openSUSE:Factory/.chart-testing.new.1521/chart-testing.changes 2022-08-09 15:27:49.109533659 +0200 @@ -1,0 +2,5 @@ +Mon Aug 8 06:58:17 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Allow to override build date with SOURCE_DATE_EPOCH (boo#1047218) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chart-testing.spec ++++++ --- /var/tmp/diff_new_pack.JTP07D/_old 2022-08-09 15:27:49.657535225 +0200 +++ /var/tmp/diff_new_pack.JTP07D/_new 2022-08-09 15:27:49.661535236 +0200 @@ -43,7 +43,7 @@ -mod=vendor \ -buildmode=pie \ -ldflags="-X github.com/helm/chart-testing/v3/ct/cmd.Version=%{version} \ - -X github.com/helm/chart-testing/v3/ct/cmd.BuildDate=$(date --iso-8601)" \ + -X github.com/helm/chart-testing/v3/ct/cmd.BuildDate=$(date --iso-8601 -d @${SOURCE_DATE_EPOCH:-$(date +%%s)})" \ -o bin/ct ct/main.go %install