X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plewww.spec;h=aa311e253ed3dc3fde6a57cd1f6261a3b7bdb0e9;hb=087def4e200130285f9cfe7b47106afd8fe5801b;hp=a47a8425d4793ce3e54eeee8faa424737267ad25;hpb=56e12b7247cc77036511eafc32cab215dda8ea96;p=plewww.git diff --git a/plewww.spec b/plewww.spec index a47a842..aa311e2 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 7 +%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 @@ -107,8 +106,9 @@ for module in user node; do done 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 +125,18 @@ 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 + * Sun Jul 10 2016 Thierry Parmentelat - plewww-5.2-7 - remove utf8_deode as per Thomas's suggestion