Accepting request 878191 from devel:kubic

- Update to version 1.3.1
  - Move all dbus config files to /usr/share/dbus-1

OBS-URL: https://build.opensuse.org/request/show/878191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rebootmgr?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2021-03-12 12:30:34 +00:00 committed by Git OBS Bridge
parent 7da108a420
commit 4309d3e302
4 changed files with 13 additions and 8 deletions

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

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 10 15:17:01 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 1.3.1
- Move all dbus config files to /usr/share/dbus-1
-------------------------------------------------------------------
Wed Jul 1 13:04:21 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rebootmgr
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
%endif
Name: rebootmgr
Version: 1.3
Version: 1.3.1
Release: 0
Summary: Automatic controlled reboot during a maintenance window
License: GPL-2.0-only AND LGPL-2.1-or-later
@ -76,18 +76,17 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re
%files
%license COPYING COPYING.LIB
%doc NEWS
%dir %{_sysconfdir}/dbus-1/system.d
%if %{with_config}
%config %{_sysconfdir}/rebootmgr.conf
%else
%{_distconfdir}/rebootmgr.conf
%endif
%config %{_sysconfdir}/dbus-1/system.d/org.opensuse.RebootMgr.conf
%{_prefix}/lib/systemd/system/rebootmgr.service
%{_unitdir}/rebootmgr.service
%{_sbindir}/rebootmgrctl
%{_sbindir}/rebootmgrd
%{_sbindir}/rcrebootmgr
%{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml
%{_datadir}/dbus-1/system.d/org.opensuse.RebootMgr.conf
%{_mandir}/man1/rebootmgrctl.1%{?ext_man}
%{_mandir}/man5/rebootmgr.conf.5%{?ext_man}
%{_mandir}/man8/rebootmgrd.8%{?ext_man}