Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yq for openSUSE:Factory checked in at 2023-10-11 23:56:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yq (Old) and /work/SRC/openSUSE:Factory/.yq.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yq" Wed Oct 11 23:56:40 2023 rev:14 rq:1116989 version:4.35.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yq/yq.changes 2023-10-03 20:17:12.626711817 +0200 +++ /work/SRC/openSUSE:Factory/.yq.new.1807/yq.changes 2023-10-12 12:01:08.846250815 +0200 @@ -1,0 +2,6 @@ +Wed Oct 11 12:40:20 UTC 2023 - Dirk Müller <[email protected]> + +- trim paths in the binary +- run tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yq.spec ++++++ --- /var/tmp/diff_new_pack.mw29kx/_old 2023-10-12 12:01:09.326268128 +0200 +++ /var/tmp/diff_new_pack.mw29kx/_new 2023-10-12 12:01:09.326268128 +0200 @@ -74,7 +74,10 @@ %setup -qa1 %build -go build -buildmode=pie -mod=vendor -o bin/%{name} +go build -trimpath -buildmode=pie -mod=vendor -o bin/%{name} + +%check +go test ./... %install install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
