[moodle] Typo fix, BZ 631998

Jon Ciesla limb at fedoraproject.org
Mon Oct 4 14:14:26 UTC 2010


commit b99665e519684ead40142c53ad736e3103b00e12
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Oct 4 09:14:55 2010 -0500

    Typo fix, BZ 631998

 moodle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/moodle.spec b/moodle.spec
index 6b91a84..5e16a18 100644
--- a/moodle.spec
+++ b/moodle.spec
@@ -8,7 +8,7 @@
 
 Name:           moodle
 Version:        1.9.9
-Release:       	2%{?dist}
+Release:       	3%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -1633,7 +1633,7 @@ if [ ! -L /var/www/moodle/web/lib/adodb ]; then
 fi
 
 if [ -d /var/www/moodle/web/auth/cas -a ! -L /var/www/moodle/web/auth/cas ]; then
-  mv /var/www/moodle/web/auth.cas /var/www/moodle/web/auth/cas.rpmbak && \
+  mv /var/www/moodle/web/auth/cas /var/www/moodle/web/auth/cas.rpmbak && \
   ln -s /usr/share/pear/ /var/www/moodle/web/auth/cas
   rm -rf /var/www/moodle/web/auth/cas.rpmbak
 fi
@@ -1791,6 +1791,9 @@ fi
 %exclude %{moodlewebdir}/COPYING.txt
 
 %changelog
+* Mon Oct 04 2010 Jon Ciesla <limb at jcomserv.net> - 1.9.9-3
+- Correction of CAS symlink typo.
+
 * Thu Aug 19 2010 Jon Ciesla <limb at jcomserv.net> - 1.9.9-2
 - Switch to system php-pear-CAS, BZ 577467, 620772.
 - Patching htmlpurifier, BZ 624754.


More information about the scm-commits mailing list