Author: glen Date: Wed Jun 25 21:39:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add underscore to allowed chars for MAILTO variable (bin_builder for example); rel 21
---- Files affected: SPECS: vixie-cron.spec (1.137 -> 1.138) ---- Diffs: ================================================================ Index: SPECS/vixie-cron.spec diff -u SPECS/vixie-cron.spec:1.137 SPECS/vixie-cron.spec:1.138 --- SPECS/vixie-cron.spec:1.137 Sun Apr 27 02:19:51 2008 +++ SPECS/vixie-cron.spec Wed Jun 25 23:39:43 2008 @@ -25,7 +25,7 @@ Summary(zh_CN.UTF-8): 用于在预设时间执行指定程序的 Vixie cron 后台程序。 Name: vixie-cron Version: 4.1 -Release: 20 +Release: 21 License: distributable Group: Daemons Source0: ftp://ftp.isc.org/isc/cron/cron_%{version}.shar @@ -55,6 +55,7 @@ Patch15: %{name}-saved-uids.patch Patch16: %{name}-setuid_check.patch Patch17: %{name}-content_type.patch +Patch18: %{name}-mailto-chars.patch %{?with_selinux:BuildRequires: libselinux-devel} BuildRequires: pam-devel BuildRequires: rpmbuild(macros) >= 1.268 @@ -200,6 +201,7 @@ %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 %build %{__make} \ @@ -223,7 +225,7 @@ install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/crontab install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/cron -for a in fi fr id ja ko pl ; do +for a in fi fr id ja ko pl; do if test -f $a/man1/crontab.1; then install -d $RPM_BUILD_ROOT%{_mandir}/$a/man1 install $a/man1/crontab.1 $RPM_BUILD_ROOT%{_mandir}/$a/man1 @@ -312,6 +314,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.138 2008/06/25 21:39:43 glen +- add underscore to allowed chars for MAILTO variable (bin_builder for example); rel 21 + Revision 1.137 2008/04/27 00:19:51 glen - rel 20 @@ -345,7 +350,7 @@ - rel 16 Revision 1.128 2007/10/18 17:54:37 glen -- - take $CONTENT_TYPE env to specify email Content-Type header; rel 15 +- take $CONTENT_TYPE env to specify email Content-Type header; rel 15 Revision 1.127 2007/09/05 13:44:11 baggins - rel 14 @@ -728,7 +733,7 @@ - check /var/lock/subsys/crond before stopping crond in %preun. Revision 1.19 2000/02/04 03:05:51 kloczek -- elease 42, +- release 42, - fixes in default crontab: - SHELL=/bin/sh instead SHELL=/bin/bash, - removed "!" from each crontab entries before /usr/bin/run-parts (this ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vixie-cron.spec?r1=1.137&r2=1.138&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
