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:
parent
7da108a420
commit
4309d3e302
3
rebootmgr-1.3.1.tar.xz
Normal file
3
rebootmgr-1.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6afc6a2f976df073dc499e53fa7094ffe4165bb9be27eb8487060a13810de2b8
|
||||||
|
size 179300
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6702892545c2f31e03c3242bc40f6c6b8c4722861fc734863e4d96ea1b3dfbf1
|
|
||||||
size 179236
|
|
@ -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>
|
Wed Jul 1 13:04:21 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rebootmgr
|
# 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
|
# 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: 1.3
|
Version: 1.3.1
|
||||||
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
|
||||||
@ -76,18 +76,17 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re
|
|||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%dir %{_sysconfdir}/dbus-1/system.d
|
|
||||||
%if %{with_config}
|
%if %{with_config}
|
||||||
%config %{_sysconfdir}/rebootmgr.conf
|
%config %{_sysconfdir}/rebootmgr.conf
|
||||||
%else
|
%else
|
||||||
%{_distconfdir}/rebootmgr.conf
|
%{_distconfdir}/rebootmgr.conf
|
||||||
%endif
|
%endif
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/org.opensuse.RebootMgr.conf
|
%{_unitdir}/rebootmgr.service
|
||||||
%{_prefix}/lib/systemd/system/rebootmgr.service
|
|
||||||
%{_sbindir}/rebootmgrctl
|
%{_sbindir}/rebootmgrctl
|
||||||
%{_sbindir}/rebootmgrd
|
%{_sbindir}/rebootmgrd
|
||||||
%{_sbindir}/rcrebootmgr
|
%{_sbindir}/rcrebootmgr
|
||||||
%{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml
|
%{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml
|
||||||
|
%{_datadir}/dbus-1/system.d/org.opensuse.RebootMgr.conf
|
||||||
%{_mandir}/man1/rebootmgrctl.1%{?ext_man}
|
%{_mandir}/man1/rebootmgrctl.1%{?ext_man}
|
||||||
%{_mandir}/man5/rebootmgr.conf.5%{?ext_man}
|
%{_mandir}/man5/rebootmgr.conf.5%{?ext_man}
|
||||||
%{_mandir}/man8/rebootmgrd.8%{?ext_man}
|
%{_mandir}/man8/rebootmgrd.8%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user