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:
parent
0452267cef
commit
723a0cdea5
@ -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
|
Fri Sep 30 14:35:34 UTC 2016 - kstreitova@suse.com
|
||||||
|
|
||||||
|
13
cronie.spec
13
cronie.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cronie
|
# 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
|
# 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
|
||||||
@ -52,6 +52,7 @@ Patch13: fix-manpage-replace-anacrontab-with-crontab.patch
|
|||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): permissions
|
Requires(post): permissions
|
||||||
@ -120,7 +121,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now,-z,defs"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
mkdir -p -v %{buildroot}%{_localstatedir}/spool/cron/{tabs,lastrun}
|
mkdir -p -v %{buildroot}%{_localstatedir}/spool/cron/{tabs,lastrun}
|
||||||
mkdir -p -v %{buildroot}%{_sysconfdir}/cron.{d,hourly,daily,weekly,monthly}
|
mkdir -p -v %{buildroot}%{_sysconfdir}/cron.{d,hourly,daily,weekly,monthly}
|
||||||
install -v -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/crontab
|
install -v -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/crontab
|
||||||
@ -192,10 +193,10 @@ exit 0
|
|||||||
%config %{_sysconfdir}/pam.d/crond
|
%config %{_sysconfdir}/pam.d/crond
|
||||||
%verify(not mode) %config(noreplace) %{_sysconfdir}/crontab
|
%verify(not mode) %config(noreplace) %{_sysconfdir}/crontab
|
||||||
%config(noreplace) %{_sysconfdir}/cron.deny
|
%config(noreplace) %{_sysconfdir}/cron.deny
|
||||||
%{_mandir}/man1/crontab.1.gz
|
%{_mandir}/man1/crontab.1%{ext_man}
|
||||||
%{_mandir}/man5/crontab.5.gz
|
%{_mandir}/man5/crontab.5%{ext_man}
|
||||||
%{_mandir}/man8/cron.8.gz
|
%{_mandir}/man8/cron.8%{ext_man}
|
||||||
%{_mandir}/man8/crond.8.gz
|
%{_mandir}/man8/crond.8%{ext_man}
|
||||||
%verify(not mode) %attr (4750,root,trusted) %{_bindir}/crontab
|
%verify(not mode) %attr (4750,root,trusted) %{_bindir}/crontab
|
||||||
%attr (755,root,root) %{_sbindir}/cron
|
%attr (755,root,root) %{_sbindir}/cron
|
||||||
%{_sbindir}/rccron
|
%{_sbindir}/rccron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user