Accepting request 482468 from home:kstreitova:branches:Base:System

- cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/482468
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=153
This commit is contained in:
Kristyna Streitova 2017-03-27 14:10:22 +00:00 committed by Git OBS Bridge
parent 0452267cef
commit 723a0cdea5
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 23 15:14:29 UTC 2017 - kstreitova@suse.com
- cleanup with spec-cleaner
-------------------------------------------------------------------
Fri Sep 30 14:35:34 UTC 2016 - kstreitova@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cronie
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -52,6 +52,7 @@ Patch13: fix-manpage-replace-anacrontab-with-crontab.patch
BuildRequires: audit-devel
BuildRequires: libselinux-devel
BuildRequires: pam-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(systemd)
Requires(post): %fillup_prereq
Requires(post): permissions
@ -120,7 +121,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now,-z,defs"
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
mkdir -p -v %{buildroot}%{_localstatedir}/spool/cron/{tabs,lastrun}
mkdir -p -v %{buildroot}%{_sysconfdir}/cron.{d,hourly,daily,weekly,monthly}
install -v -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/crontab
@ -192,10 +193,10 @@ exit 0
%config %{_sysconfdir}/pam.d/crond
%verify(not mode) %config(noreplace) %{_sysconfdir}/crontab
%config(noreplace) %{_sysconfdir}/cron.deny
%{_mandir}/man1/crontab.1.gz
%{_mandir}/man5/crontab.5.gz
%{_mandir}/man8/cron.8.gz
%{_mandir}/man8/crond.8.gz
%{_mandir}/man1/crontab.1%{ext_man}
%{_mandir}/man5/crontab.5%{ext_man}
%{_mandir}/man8/cron.8%{ext_man}
%{_mandir}/man8/crond.8%{ext_man}
%verify(not mode) %attr (4750,root,trusted) %{_bindir}/crontab
%attr (755,root,root) %{_sbindir}/cron
%{_sbindir}/rccron