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 2021-09-21 21:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Tue Sep 21 21:12:15 2021 rev:78 rq:919764 version:3.5.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2021-09-16 23:16:59.571942485 +0200
+++
/work/SRC/openSUSE:Factory/.transactional-update.new.1899/transactional-update.changes
2021-09-21 21:12:19.630583302 +0200
@@ -1,0 +2,7 @@
+Fri Sep 17 14:02:17 UTC 2021 - Ignaz Forster <[email protected]>
+
+- Version 3.5.5
+ - t-u: Use tukit for SUSEConnect call [bsc#1190574]
+ Correctly registers repositories
+
+-------------------------------------------------------------------
Old:
----
transactional-update-3.5.4.tar.gz
New:
----
transactional-update-3.5.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.2tGVQb/_old 2021-09-21 21:12:20.158583899 +0200
+++ /var/tmp/diff_new_pack.2tGVQb/_new 2021-09-21 21:12:20.162583903 +0200
@@ -26,7 +26,7 @@
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
Name: transactional-update
-Version: 3.5.4
+Version: 3.5.5
Release: 0
Summary: Transactional Updates with btrfs and snapshots
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ transactional-update-3.5.4.tar.gz -> transactional-update-3.5.5.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/transactional-update-3.5.4/NEWS
new/transactional-update-3.5.5/NEWS
--- old/transactional-update-3.5.4/NEWS 2021-09-11 23:03:01.000000000 +0200
+++ new/transactional-update-3.5.5/NEWS 2021-09-17 15:57:31.000000000 +0200
@@ -2,6 +2,9 @@
Copyright (C) 2016-2021 Thorsten Kukuk, Ignaz Forster et al.
+Version 3.5.5
+* t-u: Use tukit for SUSEConnect call [bsc#1190574]
+
Version 3.5.4
* t-u: Fix resolved support [boo#1190383]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/transactional-update-3.5.4/configure.ac
new/transactional-update-3.5.5/configure.ac
--- old/transactional-update-3.5.4/configure.ac 2021-09-11 23:03:01.000000000
+0200
+++ new/transactional-update-3.5.5/configure.ac 2021-09-17 15:57:31.000000000
+0200
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(transactional-update, 3.5.4)
+AC_INIT(transactional-update, 3.5.5)
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=3
# Increase or reset on any VERSION update
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/transactional-update-3.5.4/sbin/transactional-update.in
new/transactional-update-3.5.5/sbin/transactional-update.in
--- old/transactional-update-3.5.4/sbin/transactional-update.in 2021-09-11
23:03:01.000000000 +0200
+++ new/transactional-update-3.5.5/sbin/transactional-update.in 2021-09-17
15:57:31.000000000 +0200
@@ -1305,7 +1305,7 @@
UNUSED_SNAPSHOTS="${SNAPSHOT_ID} ${UNUSED_SNAPSHOTS}"
if [ ${DO_REGISTRATION} -eq 1 ]; then
- SUSEConnect --root ${SNAPSHOT_DIR} ${REGISTRATION_ARGS}
+ tukit ${TUKIT_OPTS} callext ${SNAPSHOT_ID} SUSEConnect --root {}
${REGISTRATION_ARGS}
fi
if [ -n "${ZYPPER_ARG}" ]; then