From bad160be953e58b4389245b5e70be203a84420f5b6d27e27b9454e2f7befc7ef Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 11 Aug 2023 11:34:08 +0000 Subject: [PATCH 1/2] Accepting request 1103456 from home:akumar:branches:devel:microos - Typo fix in spec description OBS-URL: https://build.opensuse.org/request/show/1103456 OBS-URL: https://build.opensuse.org/package/show/devel:microos/rebootmgr?expand=0&rev=4 --- rebootmgr.changes | 5 +++++ rebootmgr.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rebootmgr.changes b/rebootmgr.changes index dab81f7..d86fb87 100644 --- a/rebootmgr.changes +++ b/rebootmgr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 11 08:30:08 UTC 2023 - Avinesh Kumar + +- Typo fix in spec description + ------------------------------------------------------------------- Wed Oct 26 12:25:06 UTC 2022 - Thorsten Kukuk diff --git a/rebootmgr.spec b/rebootmgr.spec index 13dd906..cba1d91 100644 --- a/rebootmgr.spec +++ b/rebootmgr.spec @@ -1,7 +1,7 @@ # # spec file for package rebootmgr # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libeconf) %description RebootManager is a dbus service to execute a controlled reboot after updates in a defined maintenance window. -If you updated a system with e.g. transactional updates or a kernel update was applied, you can tell rebootmgrd with rebootmgrctl, that the machine should be reboot at the next possible time. This can either be immeaditly or during a defined maintenance window. +If you updated a system with e.g. transactional updates or a kernel update was applied, you can tell rebootmgrd with rebootmgrctl, that the machine should be reboot at the next possible time. This can either be immediately or during a defined maintenance window. %prep %setup -q From 32017609bf0b1948e91838bed3b6917aa24f1698a0fd02b75a9a39bcb7be19ba Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 18 Aug 2023 13:47:04 +0000 Subject: [PATCH 2/2] - Update to version 2.1 - Support systemctl soft-reboot (systemd >= v254) OBS-URL: https://build.opensuse.org/package/show/devel:microos/rebootmgr?expand=0&rev=5 --- rebootmgr-2.0.tar.xz | 3 --- rebootmgr-2.1.tar.xz | 3 +++ rebootmgr.changes | 6 ++++++ rebootmgr.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 rebootmgr-2.0.tar.xz create mode 100644 rebootmgr-2.1.tar.xz diff --git a/rebootmgr-2.0.tar.xz b/rebootmgr-2.0.tar.xz deleted file mode 100644 index 9103683..0000000 --- a/rebootmgr-2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d41dce7f19e3dfd70f5dae148553c3d1204ca6fe67195ed9ab0c6248bf4886a4 -size 166616 diff --git a/rebootmgr-2.1.tar.xz b/rebootmgr-2.1.tar.xz new file mode 100644 index 0000000..f95c615 --- /dev/null +++ b/rebootmgr-2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e2879690f7cb1a88556e4cba60d4d138445701d2cdd258ece3bc84af61bece +size 166892 diff --git a/rebootmgr.changes b/rebootmgr.changes index d86fb87..b4b5c2f 100644 --- a/rebootmgr.changes +++ b/rebootmgr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 18 13:46:41 UTC 2023 - Thorsten Kukuk + +- Update to version 2.1 + - Support systemctl soft-reboot (systemd >= v254) + ------------------------------------------------------------------- Fri Aug 11 08:30:08 UTC 2023 - Avinesh Kumar diff --git a/rebootmgr.spec b/rebootmgr.spec index cba1d91..1d17fe2 100644 --- a/rebootmgr.spec +++ b/rebootmgr.spec @@ -24,7 +24,7 @@ %endif Name: rebootmgr -Version: 2.0 +Version: 2.1 Release: 0 Summary: Automatic controlled reboot during a maintenance window License: GPL-2.0-only AND LGPL-2.1-or-later