Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package transactional-update for
openSUSE:Factory checked in at 2026-01-21 14:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Wed Jan 21 14:11:18 2026 rev:126 rq:1328139 version:6.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2026-01-15 16:44:04.930859483 +0100
+++
/work/SRC/openSUSE:Factory/.transactional-update.new.1928/transactional-update.changes
2026-01-21 14:11:30.724220708 +0100
@@ -1,0 +2,7 @@
+Mon Jan 19 18:47:48 UTC 2026 - Ignaz Forster <[email protected]>
+
+- Version 6.0.6:
+ - t-u: Use pattern to download correct libtukit[0-9]+ for
+ selfupdate
+
+-------------------------------------------------------------------
Old:
----
transactional-update-6.0.5.tar.gz
New:
----
transactional-update-6.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.HmBIBs/_old 2026-01-21 14:11:31.620258069 +0100
+++ /var/tmp/diff_new_pack.HmBIBs/_new 2026-01-21 14:11:31.620258069 +0100
@@ -26,7 +26,7 @@
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
Name: transactional-update
-Version: 6.0.5
+Version: 6.0.6
Release: 0
Summary: Transactional Updates with btrfs and snapshots
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ transactional-update-6.0.5.tar.gz -> transactional-update-6.0.6.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/transactional-update-6.0.5/NEWS
new/transactional-update-6.0.6/NEWS
--- old/transactional-update-6.0.5/NEWS 2026-01-13 13:44:10.000000000 +0100
+++ new/transactional-update-6.0.6/NEWS 2026-01-19 19:42:46.000000000 +0100
@@ -2,6 +2,9 @@
Copyright (C) 2016-2025 Thorsten Kukuk, Ignaz Forster et al.
+Version 6.0.6 (2026-01-19)
+* t-u: Use pattern to download correct libtukit[0-9]+ for selfupdate
+
Version 6.0.5 (2026-01-13)
* t-u: FIPS - use package's own command to set up [bsc#1256446]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/transactional-update-6.0.5/configure.ac
new/transactional-update-6.0.6/configure.ac
--- old/transactional-update-6.0.5/configure.ac 2026-01-13 13:44:10.000000000
+0100
+++ new/transactional-update-6.0.6/configure.ac 2026-01-19 19:42:46.000000000
+0100
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
# Semantic versioning, increase major version on incompatible interface change
-AC_INIT([transactional-update],[6.0.5])
+AC_INIT([transactional-update],[6.0.6])
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=8
# On interface change increase if backwards compatible, reset otherwise
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/transactional-update-6.0.5/sbin/transactional-update.in
new/transactional-update-6.0.6/sbin/transactional-update.in
--- old/transactional-update-6.0.5/sbin/transactional-update.in 2026-01-13
13:44:10.000000000 +0100
+++ new/transactional-update-6.0.6/sbin/transactional-update.in 2026-01-19
19:42:46.000000000 +0100
@@ -885,7 +885,7 @@
else # Set exit handler to clean up artifacts of the self-update
trap 'rm -f "$LOCKFILE" && rm -rf "${TA_UPDATE_TMPFILE}" && unset
TA_UPDATE_TMPFILE' EXIT
pushd "${TA_UPDATE_TMPFILE}" >/dev/null || exit 1
- zypper --non-interactive --pkg-cache-dir "${TA_UPDATE_TMPFILE}" download
libtukit4 tukit
+ zypper --non-interactive search "libtukit" | cut -f 2 -d '|' | grep -E
"libtukit[0-9]+[^-]" | xargs zypper --non-interactive --pkg-cache-dir
"${TA_UPDATE_TMPFILE}" download tukit
find . -name '*.rpm' -exec sh -c 'rpm2cpio {} | cpio -idmv 2>/dev/null' \;
popd >/dev/null || exit 1
export
LD_LIBRARY_PATH="${TA_UPDATE_TMPFILE}/usr/lib64:${TA_UPDATE_TMPFILE}/usr/lib"