Browse Source

anacron: fix typo

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3435 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
cf866909b7
1 changed files with 6 additions and 3 deletions
  1. 6 3
      a/anacron/anacron-vl.spec

+ 6 - 3
a/anacron/anacron-vl.spec

@@ -1,7 +1,7 @@
 Summary: A cron-like program that can run jobs lost during downtime.
 Name: anacron
 Version: 2.3
-Release: 29%{?_dist_release}
+Release: 31%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 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(post): chkconfig
 Requires(preun): chkconfig
-Requires(preun): initscript
-Requires(postun): initscript
+Requires(preun): initscripts
+Requires(postun): initscripts
 
 %description
 Anacron (like `anac(h)ronistic') is a periodic command scheduler.  It
@@ -112,6 +112,9 @@ fi
 %config /etc/cron.weekly/0anacron
 
 %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
 - rebuild for Vine 6
 - use Requires({post,preun,postun}) instead of PreReq