From a0dc9bf6a8ed6d83aef6207425062a62fcf44972491d8c354194cd380d9dd341 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 3 Feb 2020 10:11:19 +0000 Subject: [PATCH] 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 --- rebootmgr.changes | 5 +++++ rebootmgr.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/rebootmgr.changes b/rebootmgr.changes index f41e706..ab32506 100644 --- a/rebootmgr.changes +++ b/rebootmgr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 29 12:40:26 UTC 2020 - Thorsten Kukuk + +- Disable ectd support (no current etcd C-library available) + ------------------------------------------------------------------- Wed Nov 27 13:59:47 UTC 2019 - Ignaz Forster diff --git a/rebootmgr.spec b/rebootmgr.spec index 47a6c7f..7744c31 100644 --- a/rebootmgr.spec +++ b/rebootmgr.spec @@ -1,7 +1,7 @@ # # 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 # 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 URL: https://github.com/SUSE/rebootmgr Source: %{name}-%{version}.tar.xz -BuildRequires: cetcd-devel BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(glib-2.0) >= 2.40 -BuildRequires: pkgconfig(json-c) 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, 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 %setup -q