Accepting request 588603 from devel:CaaSP
OBS-URL: https://build.opensuse.org/request/show/588603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rebootmgr?expand=0&rev=8
This commit is contained in:
parent
24aa596c69
commit
855298b875
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 12:00:31 CET 2018 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:08:21 CET 2018 - kukuk@suse.de
|
||||
|
||||
|
@ -20,9 +20,9 @@ Name: rebootmgr
|
||||
Version: 0.16
|
||||
Release: 0
|
||||
Summary: Automatic controlled reboot during a maintenance window
|
||||
License: GPL-2.0 AND LGPL-2.1+
|
||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||
Group: System/Base
|
||||
Url: https://github.com/SUSE/rebootmgr
|
||||
URL: https://github.com/SUSE/rebootmgr
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: cetcd-devel
|
||||
BuildRequires: fdupes
|
||||
@ -30,7 +30,6 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -46,7 +45,7 @@ If you updated a system with e.g. transactional updates or a kernel update was a
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
%make_install
|
||||
ln -sf service %{buildroot}%{_sbindir}/rcrebootmgr
|
||||
%fdupes %{buildroot}%{_mandir}
|
||||
|
||||
@ -63,8 +62,8 @@ ln -sf service %{buildroot}%{_sbindir}/rcrebootmgr
|
||||
%service_del_postun rebootmgr.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS COPYING COPYING.LIB
|
||||
%license COPYING COPYING.LIB
|
||||
%doc NEWS
|
||||
%dir %{_sysconfdir}/dbus-1/system.d
|
||||
%config %{_sysconfdir}/rebootmgr.conf
|
||||
%config %{_sysconfdir}/dbus-1/system.d/org.opensuse.RebootMgr.conf
|
||||
@ -73,10 +72,10 @@ ln -sf service %{buildroot}%{_sbindir}/rcrebootmgr
|
||||
%{_sbindir}/rebootmgrd
|
||||
%{_sbindir}/rcrebootmgr
|
||||
%{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml
|
||||
%{_mandir}/man1/rebootmgrctl.1%{ext_man}
|
||||
%{_mandir}/man5/rebootmgr.conf.5%{ext_man}
|
||||
%{_mandir}/man8/rebootmgrd.8%{ext_man}
|
||||
%{_mandir}/man8/org.opensuse.RebootMgr.conf.8%{ext_man}
|
||||
%{_mandir}/man8/rebootmgr.service.8%{ext_man}
|
||||
%{_mandir}/man1/rebootmgrctl.1%{?ext_man}
|
||||
%{_mandir}/man5/rebootmgr.conf.5%{?ext_man}
|
||||
%{_mandir}/man8/rebootmgrd.8%{?ext_man}
|
||||
%{_mandir}/man8/org.opensuse.RebootMgr.conf.8%{?ext_man}
|
||||
%{_mandir}/man8/rebootmgr.service.8%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user