|
@@ -1,7 +1,7 @@
|
|
Summary: A cron-like program that can run jobs lost during downtime.
|
|
Summary: A cron-like program that can run jobs lost during downtime.
|
|
Name: anacron
|
|
Name: anacron
|
|
Version: 2.3
|
|
Version: 2.3
|
|
-Release: 29%{?_dist_release}
|
|
|
|
|
|
+Release: 31%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
Source: ftp://ftp.debian.org/debian/pool/main/a/anacron/%{name}_%{version}.orig.tar.gz
|
|
Source: ftp://ftp.debian.org/debian/pool/main/a/anacron/%{name}_%{version}.orig.tar.gz
|
|
@@ -16,8 +16,8 @@ Requires: /bin/sh
|
|
Requires: crontabs
|
|
Requires: crontabs
|
|
Requires(post): chkconfig
|
|
Requires(post): chkconfig
|
|
Requires(preun): chkconfig
|
|
Requires(preun): chkconfig
|
|
-Requires(preun): initscript
|
|
|
|
-Requires(postun): initscript
|
|
|
|
|
|
+Requires(preun): initscripts
|
|
|
|
+Requires(postun): initscripts
|
|
|
|
|
|
%description
|
|
%description
|
|
Anacron (like `anac(h)ronistic') is a periodic command scheduler. It
|
|
Anacron (like `anac(h)ronistic') is a periodic command scheduler. It
|
|
@@ -112,6 +112,9 @@ fi
|
|
%config /etc/cron.weekly/0anacron
|
|
%config /etc/cron.weekly/0anacron
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-31
|
|
|
|
+- fix typo..
|
|
|
|
+
|
|
* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-30
|
|
* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-30
|
|
- rebuild for Vine 6
|
|
- rebuild for Vine 6
|
|
- use Requires({post,preun,postun}) instead of PreReq
|
|
- use Requires({post,preun,postun}) instead of PreReq
|