Accepting request 798151 from devel:kubic

- Adjust BuildRequires

- Update to version 1.0
  - Rewrite rebootmgrd to not depend on glib and dbus-glib

OBS-URL: https://build.opensuse.org/request/show/798151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rebootmgr?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:41:28 +00:00 committed by Git OBS Bridge
parent a0dc9bf6a8
commit 84fc767efd
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc212ed6106079f02bbcc1f3338ead1789bb36d6038b34fa459de07fc83df3e4
size 213204

3
rebootmgr-1.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d72415e527f83b1968034b4d17b76a6196ca18785fcabfa1537ae04c716898e8
size 220404

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 27 10:43:58 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Adjust BuildRequires
-------------------------------------------------------------------
Mon Apr 27 09:51:18 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 1.0
- Rewrite rebootmgrd to not depend on glib and dbus-glib
-------------------------------------------------------------------
Wed Jan 29 12:40:26 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -24,7 +24,7 @@
%endif
Name: rebootmgr
Version: 0.20.1
Version: 1.0
Release: 0
Summary: Automatic controlled reboot during a maintenance window
License: GPL-2.0-only AND LGPL-2.1-or-later
@ -33,8 +33,7 @@ URL: https://github.com/SUSE/rebootmgr
Source: %{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0) >= 2.40
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(libeconf)
%description