Accepting request 768307 from devel:kubic
- Disable ectd support (no current etcd C-library available) OBS-URL: https://build.opensuse.org/request/show/768307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rebootmgr?expand=0&rev=14
This commit is contained in:
parent
5a335cd316
commit
a0dc9bf6a8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 12:40:26 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Disable ectd support (no current etcd C-library available)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 27 13:59:47 UTC 2019 - Ignaz Forster <iforster@suse.com>
|
Wed Nov 27 13:59:47 UTC 2019 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rebootmgr
|
# spec file for package rebootmgr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 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
|
||||||
@ -31,18 +31,16 @@ License: GPL-2.0-only AND LGPL-2.1-or-later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
URL: https://github.com/SUSE/rebootmgr
|
URL: https://github.com/SUSE/rebootmgr
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: cetcd-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(json-c)
|
|
||||||
BuildRequires: pkgconfig(libeconf)
|
BuildRequires: pkgconfig(libeconf)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RebootManager is a dbus service to execute a controlled reboot after updates in a defined maintenance window.
|
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, during a defined maintenance window or, to avoid that a lot of machines boot at the same time, controlled with locks and etcd.
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user