rpms/moodle/F-10 moodle-cron,1.4,1.5 moodle.spec,1.41,1.42

Jon Ciesla limb at fedoraproject.org
Tue Apr 21 14:10:06 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/moodle/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9304

Modified Files:
	moodle-cron moodle.spec 
Log Message:
cron and symlink fix.



Index: moodle-cron
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/F-10/moodle-cron,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- moodle-cron	23 Feb 2009 18:26:40 -0000	1.4
+++ moodle-cron	21 Apr 2009 14:10:03 -0000	1.5
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-[ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php
+[ -f /var/lock/subsys/moodle ] && [ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php


Index: moodle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/F-10/moodle.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- moodle.spec	2 Apr 2009 19:55:34 -0000	1.41
+++ moodle.spec	21 Apr 2009 14:10:04 -0000	1.42
@@ -1548,7 +1548,7 @@
   /sbin/chkconfig --del %{name}
 fi
 
-%pre
+%pretrans
 if [ -d /var/www/moodle/web/lib/smarty ]; then
   rm -rf /var/www/moodle/web/lib/smarty
 fi
@@ -1694,6 +1694,10 @@
 %{_sbindir}/%{name}-cron
 
 %changelog
+* Fri Apr 03 2009 Jon Ciesla <limb at jcomserv.net> - 1.9.4-7
+- Move symlink scripts from pre to pretrans.
+- Corrented moodle-cron BZ 494090.
+
 * Thu Apr 02 2009 Jon Ciesla <limb at jcomserv.net> - 1.9.4-6.1
 - Fix broken font deps.
 




More information about the scm-commits mailing list