X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plewww.spec;h=94e5f0fa2e35b79b199e9c6dfc491d7cc6e77215;hb=b1b303017a2540a3883d1d45e9e78f8573f70621;hp=47c3bf1e4c1abca2b484edacbcdbc459a36177dc;hpb=6f2ab21f241ddb3b338f211a0e4126c7dd89eea4;p=plewww.git diff --git a/plewww.spec b/plewww.spec index 47c3bf1..94e5f0f 100644 --- a/plewww.spec +++ b/plewww.spec @@ -5,7 +5,7 @@ # what the myplc rpm requires %define name plewww %define version 4.3 -%define taglevel 40 +%define taglevel 43 # no need to mention pldistro as this module differs in both distros #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -103,10 +103,12 @@ fi popd # hack the welcome page for MyPLC pushd /var/www/html/modules -if [ ! -f node.module.drupal ] ; then - cp node.module node.module.drupal - [ -f /var/www/html/drupal-hacks/node.module ] && cp -f /var/www/html/drupal-hacks/node.module /var/www/html/modules/node.module -fi +for module in user node; do + # backup only once + [ -f ${module}.module.drupal ] || cp ${module}.module ${module}.module.drupal + # always update so a change in our file can make through + cp -f /var/www/html/drupal-hacks/${module}.module /var/www/html/modules/${module}.module +done popd %clean @@ -124,6 +126,18 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/plekit %changelog +* Fri Apr 02 2010 Thierry Parmentelat - PLEWWW-4.3-43 +- removed all deprecated functions for PHP-5.3 on fedora 12 + +* Tue Mar 16 2010 Talip Baris Metin - PLEWWW-4.3-42 +- * exclude DNS from subnet checking +- * redirect pi's and techs to register wizard. only display 'Insuffieient privs' error to users' +- * allow longer abbreviated names +- * don't let empty strings kill the server (postgresql and apache) + +* Sat Jan 09 2010 Thierry Parmentelat - PLEWWW-4.3-41 +- disable drupal user registration (hard: patching the user module) + * Wed Dec 16 2009 Baris Metin - PLEWWW-4.3-40 - * show error messages for update interface - * 'Add Node' is admin only