Skip to content

[5.27] rpm-ostree/notifier: Setup a watcher to trigger reboot check & fix update/reboot notification logic

rpm-ostree/notifier: Fix update/reboot notification logic

Only notify when there is an uninstalled update available and not in all cases. When we find a valid deployment for the updated version, we only need to notify to reboot.

(cherry picked from commit 27450f65)


rpm-ostree/notifier: Setup a watcher to trigger reboot check

To make sure that the notifier rechecks if a reboot is needed, we need to watch for changes made to ostree deployments.

To avoid triggerring the check mutiple times or while the rpm-ostree transaction is still running, we add a 10 second delay.

(cherry picked from commit 0534a8a7)


Backport of !497 (merged) for 5.27

Merge request reports