From 6886cafd77a8c3e3bfbfac6504e0599c60917b078bed0706250beb49afde25e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 28 Aug 2024 11:04:43 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main transactional-update revision 7cc06720ca39cf4fbf4f165a60eed292 --- transactional-update-4.6.8.tar.gz | 3 --- transactional-update-4.8.0.tar.gz | 3 +++ transactional-update.changes | 37 +++++++++++++++++++++++++++++++ transactional-update.spec | 5 ++++- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 transactional-update-4.6.8.tar.gz create mode 100644 transactional-update-4.8.0.tar.gz diff --git a/transactional-update-4.6.8.tar.gz b/transactional-update-4.6.8.tar.gz deleted file mode 100644 index 09c5129..0000000 --- a/transactional-update-4.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:542d7513200f85a2a19dda0dcaf8431e237caa57d82fce7f2d6d83ea1ff27e7a -size 172987 diff --git a/transactional-update-4.8.0.tar.gz b/transactional-update-4.8.0.tar.gz new file mode 100644 index 0000000..655675e --- /dev/null +++ b/transactional-update-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ad455f4e9c5a41a22bdcd9fcf22b59922e2bdc085ec0a81003d217349a1802 +size 177859 diff --git a/transactional-update.changes b/transactional-update.changes index ef7ef63..796b617 100644 --- a/transactional-update.changes +++ b/transactional-update.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Aug 26 22:31:13 UTC 2024 - Ignaz Forster + +- Version 4.8.0 + - Add sd-boot (systemd-boot) support for most commands + - Add support for specifying migration arguments + [gh#openSUSE/transactional-update#127] + - Support kdump setup on platforms without kdump high/low + settings (e.g. S/390 or PPC64le [bsc#1229138] + - Preserve current working directory if possible when entering + transactional-update environment [bsc#1227452]; also adds the + current path to the Bash prompt + - Fix plugin system to support special characters in commands + +------------------------------------------------------------------- +Tue Jul 16 18:12:53 UTC 2024 - Ignaz Forster + +- It seems it's taking a longer time until the tests will be + adopted to the new reboot behavior. Disable soft-reboot for now + to unblock the regular transactional-update update. + +------------------------------------------------------------------- +Thu Jul 4 15:22:40 UTC 2024 - Ignaz Forster + +- Version 4.7.0 + - Add plugin mechanism + It's now possible to hook into API functions with custom + plugins; see doc/tukit-plugins.md for details. + [gh#openSUSE/transactional-update#122] + - Fix missing libdir replacement for status command + +------------------------------------------------------------------- +Fri Jun 14 10:06:31 UTC 2024 - Ignaz Forster + +- Enable soft-reboot by default again as announced in + https://microos.opensuse.org/blog/2024-06-13-soft-reboot/ + ------------------------------------------------------------------- Tue May 7 14:25:07 UTC 2024 - Ignaz Forster diff --git a/transactional-update.spec b/transactional-update.spec index d8a58da..7b4055e 100644 --- a/transactional-update.spec +++ b/transactional-update.spec @@ -26,7 +26,7 @@ %{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}} Name: transactional-update -Version: 4.6.8 +Version: 4.8.0 Release: 0 Summary: Transactional Updates with btrfs and snapshots License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -170,6 +170,9 @@ autoreconf -fiv sed -i 's/^UPDATE_METHOD=.*/UPDATE_METHOD=up/' etc/transactional-update.conf %endif +# Enable soft-reboot by default +sed -i 's/^REBOOT_ALLOW_SOFT_REBOOT=.*/REBOOT_ALLOW_SOFT_REBOOT=false/' etc/tukit.conf + %install %make_install