|
@@ -10,10 +10,14 @@ Source2: anacron.init
|
|
|
Patch0: anacron-2.3-mk-incl.patch
|
|
|
Patch1: anacron-2.3-mail-content-type-77108.patch
|
|
|
Patch2: anacron-2.3-gregor.patch
|
|
|
+
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
Requires: /bin/sh
|
|
|
Requires: crontabs
|
|
|
-Prereq: /sbin/chkconfig
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
+Requires(post): chkconfig
|
|
|
+Requires(preun): chkconfig
|
|
|
+Requires(preun): initscript
|
|
|
+Requires(postun): initscript
|
|
|
|
|
|
%description
|
|
|
Anacron (like `anac(h)ronistic') is a periodic command scheduler. It
|
|
@@ -108,6 +112,10 @@ fi
|
|
|
%config /etc/cron.weekly/0anacron
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-30
|
|
|
+- rebuild for Vine 6
|
|
|
+- use Requires({post,preun,postun}) instead of PreReq
|
|
|
+
|
|
|
* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-29vl5
|
|
|
- applied new versioning policy
|
|
|
|