Skip to content

Commit

Permalink
Update transactional-update to version 4.1.0 / rev 92 via SR 1031369
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1031369
by user fos + dimstar_suse
- Version 4.1.0
  - t-u: Add a "setup-kdump" command; implements [jsc#PED-1441]
  - Export TRANSACTIONAL_UPDATE_ROOT (the path to the snapshot) in the update environment; implements [jsc#PED-1078]
  - Add support for "notify" reboot method for desktop use [gh#openSUSE/transactional-update#93]
  - Fix kdump initrd recreation detection; the check was performed in the active snapshot instead of the target snapshot
  - Document register command [bsc#1202900]
  - Avoid unnecessary snapshots for register command [bsc#1202901]
  - Various optimizations for register command
  - Remove bogus error message when triggering reboot
  - Rework /etc overlay documentation in "The Transactional Update Guide"
  - Fix incorrect manpage formatting
  - Remove leftover "salt" reboot method in configuration examp
  • Loading branch information
fos authored and bmwiedemann committed Oct 27, 2022
1 parent 8852995 commit 82e9600
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 2 deletions.
Binary file modified packages/t/transactional-update/.files
Binary file not shown.
20 changes: 20 additions & 0 deletions packages/t/transactional-update/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -965,4 +965,24 @@ This should fix the current openQA failure: https://openqa.opensuse.org/tests/12
<comment></comment>
<requestid>1001287</requestid>
</revision>
<revision rev="92" vrev="1">
<srcmd5>ca17255e3778f6783b6ed44c65a94c3e</srcmd5>
<version>4.1.0</version>
<time>1666871581</time>
<user>dimstar_suse</user>
<comment>- Version 4.1.0
- t-u: Add a &quot;setup-kdump&quot; command; implements [jsc#PED-1441]
- Export TRANSACTIONAL_UPDATE_ROOT (the path to the snapshot) in the update environment; implements [jsc#PED-1078]
- Add support for &quot;notify&quot; reboot method for desktop use [gh#openSUSE/transactional-update#93]
- Fix kdump initrd recreation detection; the check was performed in the active snapshot instead of the target snapshot
- Document register command [bsc#1202900]
- Avoid unnecessary snapshots for register command [bsc#1202901]
- Various optimizations for register command
- Remove bogus error message when triggering reboot
- Rework /etc overlay documentation in &quot;The Transactional Update Guide&quot;
- Fix incorrect manpage formatting
- Remove leftover &quot;salt&quot; reboot method in configuration example file
- Replace deprecated std::mem_fn with lambdas</comment>
<requestid>1031369</requestid>
</revision>
</revisionlist>

This file was deleted.

19 changes: 19 additions & 0 deletions packages/t/transactional-update/transactional-update.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Fri Sep 30 12:39:17 UTC 2022 - Ignaz Forster <[email protected]>

- Version 4.1.0
- t-u: Add a "setup-kdump" command; implements [jsc#PED-1441]
- Export TRANSACTIONAL_UPDATE_ROOT (the path to the snapshot) in
the update environment; implements [jsc#PED-1078]
- Add support for "notify" reboot method for desktop use
[gh#openSUSE/transactional-update#93]
- Fix kdump initrd recreation detection; the check was performed in the
active snapshot instead of the target snapshot
- Document register command [bsc#1202900]
- Avoid unnecessary snapshots for register command [bsc#1202901]
- Various optimizations for register command
- Remove bogus error message when triggering reboot
- Rework /etc overlay documentation in "The Transactional Update Guide"
- Fix incorrect manpage formatting
- Remove leftover "salt" reboot method in configuration example file
- Replace deprecated std::mem_fn with lambdas

-------------------------------------------------------------------
Thu Sep 1 14:03:58 UTC 2022 - Stefan Schubert <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion packages/t/transactional-update/transactional-update.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}

Name: transactional-update
Version: 4.0.1
Version: 4.1.0
Release: 0
Summary: Transactional Updates with btrfs and snapshots
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Expand Down

0 comments on commit 82e9600

Please sign in to comment.