Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baseiso-containment for 
openSUSE:Factory checked in at 2026-01-28 15:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baseiso-containment (Old)
 and      /work/SRC/openSUSE:Factory/.baseiso-containment.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baseiso-containment"

Wed Jan 28 15:10:48 2026 rev:7 rq:1329523 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/baseiso-containment/baseiso-containment.changes  
2026-01-13 21:29:29.083362114 +0100
+++ 
/work/SRC/openSUSE:Factory/.baseiso-containment.new.1928/baseiso-containment.changes
        2026-01-28 15:13:01.072653468 +0100
@@ -1,0 +2,7 @@
+Tue Jan 20 08:11:19 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Fix code for reproducible build: simply copying the spec changes
+  file is not good enough; we need to extract it using
+  changelog2spec.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ baseiso-containment.spec ++++++
--- /var/tmp/diff_new_pack.BYYxrr/_old  2026-01-28 15:13:02.408709124 +0100
+++ /var/tmp/diff_new_pack.BYYxrr/_new  2026-01-28 15:13:02.412709291 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package baseiso-containment
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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

++++++ baseiso_post_run ++++++
--- /var/tmp/diff_new_pack.BYYxrr/_old  2026-01-28 15:13:02.496712790 +0100
+++ /var/tmp/diff_new_pack.BYYxrr/_new  2026-01-28 15:13:02.496712790 +0100
@@ -83,6 +83,9 @@
 
 # Copy image changelog required for reproducible builds timestamps
 cp -v $TOPDIR/SOURCES/*.changes $BUILD_DIR/image.changes
+# Prepare the changelog entried for reproducible build; extract the changelog 
from the changes file
+$BUILD_DIR/changelog2spec --target rpm --timestampfile 
"$BUILD_ROOT/.build-changelog-timestamp" --file "$BUILD_DIR/image.spec" > 
"$BUILD_ROOT/.build-changelog"
+cat $BUILD_ROOT/.build-changelog >> "$BUILD_DIR/image.spec"
 
 if [ -z "$BUILD_DISTURL" ]; then
   rpmbuild --target $ARCH -ba $PXEBOOT_BCOND $BUILD_DIR/image.spec

Reply via email to