Accepting request 1144932 from devel:microos
- Update to version 2.2 - Make sure /run/reboot-needed get's deleted after a soft-reboot OBS-URL: https://build.opensuse.org/request/show/1144932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rebootmgr?expand=0&rev=24
This commit is contained in:
commit
ef654f4f75
BIN
rebootmgr-2.1.tar.xz
(Stored with Git LFS)
BIN
rebootmgr-2.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
rebootmgr-2.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
rebootmgr-2.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 13:07:11 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.2
|
||||||
|
- Make sure /run/reboot-needed get's deleted after a soft-reboot
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 18 13:46:41 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Aug 18 13:46:41 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rebootmgr
|
# spec file for package rebootmgr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: rebootmgr
|
Name: rebootmgr
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatic controlled reboot during a maintenance window
|
Summary: Automatic controlled reboot during a maintenance window
|
||||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
@ -82,6 +82,7 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re
|
|||||||
%{_distconfdir}/rebootmgr.conf
|
%{_distconfdir}/rebootmgr.conf
|
||||||
%endif
|
%endif
|
||||||
%{_unitdir}/rebootmgr.service
|
%{_unitdir}/rebootmgr.service
|
||||||
|
%{_tmpfilesdir}/soft-reboot-cleanup.conf
|
||||||
%{_sbindir}/rebootmgrctl
|
%{_sbindir}/rebootmgrctl
|
||||||
%{_sbindir}/rebootmgrd
|
%{_sbindir}/rebootmgrd
|
||||||
%{_sbindir}/rcrebootmgr
|
%{_sbindir}/rcrebootmgr
|
||||||
|
Loading…
Reference in New Issue
Block a user