X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plewww.spec;h=5131626aa055fa029f48670a22fa63a8cbb065bb;hb=f1a47eff61086893be43bb583c6ba72b989864dd;hp=8a362d98a371058f5598202ecde47657688c3025;hpb=7ceff9215260524704d45e6afa712be3c0b39b41;p=plewww.git diff --git a/plewww.spec b/plewww.spec index 8a362d9..5131626 100644 --- a/plewww.spec +++ b/plewww.spec @@ -1,10 +1,9 @@ # what the myplc rpm requires %define name plewww %define version 5.2 -%define taglevel 8 +%define taglevel 9 # no need to mention pldistro as this module differs in both distros -#%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define release %{taglevel}%{?date:.%{date}} Summary: PlanetLab Europe (PLC) Web Pages @@ -106,9 +105,14 @@ for module in user node; do cp -f /var/www/html/drupal-hacks/${module}.module /var/www/html/modules/${module}.module done popd +# hack drupal's session handler for php8 +pushd /var/www/html/includes +bash /var/www/html/drupal-hacks/patch-session-inc.sh +popd # create myslice.log and change its ownership -touch /var/log/myslice.log -chown apache:apache /var/log/myslice.log +mkdir -p /var/log/myslice +touch /var/log/myslice/myslice.log +chown apache:apache /var/log/myslice/myslice.log %clean rm -rf $RPM_BUILD_ROOT @@ -125,6 +129,15 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/plekit %changelog +* Wed May 16 2018 Thierry - plewww-5.2-9 +- not too clean patches for r2lab: +- * search for a file named /etc/planetlab/php/person-registration.txt +- that can override the text message for individuals registration +- * do not list sites that have the disabled_registration tag set +- when listing them for individuals registration +- remove omf-friendly checkbox in slice-creation dialog +- comment out {Min,Max}SpareServers settings in httpd config + * Sun Jul 16 2017 Thierry Parmentelat - plewww-5.2-8 - a few niceties, thanks to Ciro