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-13 21:29:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baseiso-containment (Old)
and /work/SRC/openSUSE:Factory/.baseiso-containment.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baseiso-containment"
Tue Jan 13 21:29:27 2026 rev:6 rq:1326840 version:0.2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/baseiso-containment/baseiso-containment.changes
2025-06-23 15:06:32.256899669 +0200
+++
/work/SRC/openSUSE:Factory/.baseiso-containment.new.1928/baseiso-containment.changes
2026-01-13 21:29:29.083362114 +0100
@@ -1,0 +2,5 @@
+Tue Jun 24 13:27:33 CEST 2025 - Ruediger Oertel <[email protected]>
+
+* copy milestone files along with the created rpms if they exist
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ baseiso_post_run ++++++
--- /var/tmp/diff_new_pack.XcxPId/_old 2026-01-13 21:29:29.935397273 +0100
+++ /var/tmp/diff_new_pack.XcxPId/_new 2026-01-13 21:29:29.943397602 +0100
@@ -36,6 +36,7 @@
set +e # we have set -e, so on Minimal VMs this needs to fail silently
iso_file=`ls -1 /usr/src/packages/KIWI/agama-installer*.iso 2>/dev/null`
pxe_file=`ls -1 /usr/src/packages/KIWI/agama-installer*.install.tar
2>/dev/null`
+milestone_file=`ls -1 /usr/src/packages/KIWI/agama-installer*.milestone
2>/dev/null`
set -e
# nothing to do for us
@@ -97,4 +98,10 @@
mv
$TOPDIR/RPMS/noarch/tftpboot-$iso_name$FLAVOR-$ARCH-$iso_version-$iso_build.noarch.rpm
$TOPDIR/OTHER/
fi
mv $TOPDIR/SRPMS/baseiso-$iso_name$FLAVOR-$iso_version-$iso_build.src.rpm
$TOPDIR/OTHER/
+if [ -e "$milestone_file" ]; then
+ for rpmpack in $TOPDIR/OTHER/*rpm ; do
+ test -e $rpmpack || continue
+ cp -a $milestone_file ${rpmpack%.rpm}.milestone
+ done
+fi