From b04e75137c4ed919e2d768b6e400d5e4d92d1552 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Apr 2006 21:31:40 +0000 Subject: [PATCH] - fix chkconfig, rc-scripts deps Changed files: anacron.spec -> 1.39 --- anacron.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anacron.spec b/anacron.spec index 5e16ef9..c6700e7 100644 --- a/anacron.spec +++ b/anacron.spec @@ -20,8 +20,9 @@ Patch3: %{name}-mailto.patch Patch4: %{name}-noconst.patch URL: http://anacron.sourceforge.net/ BuildRequires: rpmbuild(macros) >= 1.268 -Requires: /sbin/chkconfig +Requires(post,preun): /sbin/chkconfig Requires: /usr/lib/sendmail +Requires: rc-scripts Provides: crondaemon BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -124,7 +125,7 @@ fi %config %{_sysconfdir}/anacrontab %dir /var/spool/anacron/ %attr(750,root,root) %dir %{_sysconfdir}/cron.* -%attr(755,root,root) %{_sysconfdir}/cron.daily/0anacron +%attr(755,root,root) /etc/cron.daily/0anacron %attr(755,root,root) %{_sysconfdir}/cron.monthly/0anacron %attr(755,root,root) %{_sysconfdir}/cron.weekly/0anacron %{_mandir}/man[58]/* -- 2.43.0