Sync from SUSE:SLFO:Main transactional-update revision 7cc06720ca39cf4fbf4f165a60eed292

This commit is contained in:
Adrian Schröter 2024-08-28 11:04:43 +02:00
parent eae5941a72
commit 6886cafd77
4 changed files with 44 additions and 4 deletions

BIN
transactional-update-4.6.8.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
transactional-update-4.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Aug 26 22:31:13 UTC 2024 - Ignaz Forster <iforster@suse.com>
- 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 <iforster@suse.com>
- 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 <iforster@suse.com>
- 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 <iforster@suse.com>
- 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 <iforster@suse.com>

View File

@ -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