Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitsign for openSUSE:Factory checked in at 2025-12-03 14:13:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitsign (Old) and /work/SRC/openSUSE:Factory/.gitsign.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitsign" Wed Dec 3 14:13:26 2025 rev:8 rq:1320930 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gitsign/gitsign.changes 2025-04-10 21:59:32.561337438 +0200 +++ /work/SRC/openSUSE:Factory/.gitsign.new.14147/gitsign.changes 2025-12-03 14:14:49.824396958 +0100 @@ -1,0 +2,5 @@ +Tue Dec 2 10:59:42 UTC 2025 - Thomas Bechtold <[email protected]> + +- Add the gitsign-credential-cache binary + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitsign.spec ++++++ --- /var/tmp/diff_new_pack.ZAeDDO/_old 2025-12-03 14:14:50.568428356 +0100 +++ /var/tmp/diff_new_pack.ZAeDDO/_new 2025-12-03 14:14:50.572428525 +0100 @@ -1,7 +1,7 @@ # # spec file for package gitsign # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,12 +43,20 @@ -ldflags="-X github.com/sigstore/gitsign/pkg/version.gitVersion=%{version}" \ -o bin/gitsign . +go build \ + -mod=vendor \ + -buildmode=pie \ + -ldflags="-X github.com/sigstore/gitsign/pkg/version.gitVersion=%{version}" \ + -o bin/gitsign-credential-cache ./cmd/gitsign-credential-cache/ + %install # Install the binary. install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 bin/gitsign-credential-cache "%{buildroot}/%{_bindir}/gitsign-credential-cache" %files %doc README.md %license LICENSE %{_bindir}/%{name} +%{_bindir}/gitsign-credential-cache
