rpms/moodle/F-9 moodle-cron,1.4,1.5 moodle.spec,1.32,1.33

Jon Ciesla limb at fedoraproject.org
Tue Apr 21 14:27:16 UTC 2009


Author: limb

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

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



Index: moodle-cron
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/F-9/moodle-cron,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- moodle-cron	23 Feb 2009 18:45:43 -0000	1.4
+++ moodle-cron	21 Apr 2009 14:27:12 -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-9/moodle.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- moodle.spec	2 Apr 2009 19:55:34 -0000	1.32
+++ moodle.spec	21 Apr 2009 14:27:12 -0000	1.33
@@ -8,7 +8,7 @@
 
 Name:           moodle
 Version:        1.9.4
-Release:        6.1%{?dist}
+Release:        7%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -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 fedora-extras-commits mailing list