Sync from SUSE:ALP:Source:Standard:1.0 transactional-update revision 0abde0a20a93900b171a457e99fbd13e
This commit is contained in:
parent
c30a4e2d7f
commit
86866f7e7d
BIN
transactional-update-4.6.5.tar.gz
(Stored with Git LFS)
BIN
transactional-update-4.6.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
transactional-update-4.6.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
transactional-update-4.6.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 18 14:53:17 UTC 2024 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
- Version 4.6.6
|
||||||
|
- soft-reboot: Fix inverted logic of soft-reboot detection
|
||||||
|
- soft-reboot: Don't use D-Bus for snapper call - it may be
|
||||||
|
shutting down already
|
||||||
|
- soft-reboot: Remove unused variable
|
||||||
|
- doc: Document configuration file snippets for tukit.conf
|
||||||
|
- Remove script to disable soft-reboot support - this is the
|
||||||
|
default for now anyway
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 12 15:36:13 UTC 2024 - Ignaz Forster <iforster@suse.com>
|
Fri Apr 12 15:36:13 UTC 2024 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
|
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
|
||||||
|
|
||||||
Name: transactional-update
|
Name: transactional-update
|
||||||
Version: 4.6.5
|
Version: 4.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Transactional Updates with btrfs and snapshots
|
Summary: Transactional Updates with btrfs and snapshots
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -170,9 +170,6 @@ autoreconf -fiv
|
|||||||
sed -i 's/^UPDATE_METHOD=.*/UPDATE_METHOD=up/' etc/transactional-update.conf
|
sed -i 's/^UPDATE_METHOD=.*/UPDATE_METHOD=up/' etc/transactional-update.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Temporarily disable soft-reboot until it's working reliably
|
|
||||||
sed -i 's/^REBOOT_ALLOW_SOFT_REBOOT=.*/REBOOT_ALLOW_SOFT_REBOOT=false/' etc/tukit.conf
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user