[moodle/el5/master] FIx typo.

Jon Ciesla limb at fedoraproject.org
Tue Oct 12 14:49:21 UTC 2010


commit ee3ec63d39dca78afd2dfbc9cd3815606a2a4311
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Tue Oct 12 09:50:19 2010 -0500

    FIx typo.

 moodle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/moodle.spec b/moodle.spec
index a6dd2fe..da8cc6e 100644
--- a/moodle.spec
+++ b/moodle.spec
@@ -8,7 +8,7 @@
 
 Name:           moodle
 Version:        1.8.13
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -1588,7 +1588,7 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/chkconfig --add %{name}
 
 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
@@ -1737,6 +1737,9 @@ fi
 %exclude %{moodlewebdir}/COPYING.txt
 
 %changelog
+* Tue Oct 12 2010 Jon Ciesla <limb at jcomserv.net> - 1.8.13-3
+- Fix CAS typo.
+
 * Fri Aug 20 2010 Jon Ciesla <limb at jcomserv.net> - 1.8.13-2
 - Switch to system php-pear-CAS, BZ 577467, 620772.
 


More information about the scm-commits mailing list