Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package checksec for openSUSE:Factory 
checked in at 2026-02-12 19:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/checksec (Old)
 and      /work/SRC/openSUSE:Factory/.checksec.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "checksec"

Thu Feb 12 19:37:48 2026 rev:10 rq:1332738 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/checksec/checksec.changes        2026-01-26 
11:04:28.207385958 +0100
+++ /work/SRC/openSUSE:Factory/.checksec.new.1977/checksec.changes      
2026-02-12 19:37:50.281663138 +0100
@@ -1,0 +2,5 @@
+Thu Feb 12 15:54:09 UTC 2026 - Marcus Meissner <[email protected]>
+
+- set the version reported by the go tool to the package version (bsc#1257384)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ checksec.spec ++++++
--- /var/tmp/diff_new_pack.chQ9FI/_old  2026-02-12 19:37:52.557758909 +0100
+++ /var/tmp/diff_new_pack.chQ9FI/_new  2026-02-12 19:37:52.577759750 +0100
@@ -19,6 +19,8 @@
 
 Name:           checksec
 Version:        3.1.0
+# use the one from the release tag
+%define gitcommit 3c42e52
 Release:        0
 Summary:        Utility to check binaries for system hardening
 License:        BSD-3-Clause
@@ -49,7 +51,7 @@
 %build
 mkdir build
 cd build
-go build -buildmode=pie ..
+go build -buildmode=pie -ldflags="-X main.version=%{version} -X 
main.date=${SOURCE_DATE_EPOCH:=unknown} -X main.commit=%{gitcommit}" ..
 
 %install
 cd build

Reply via email to