X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plewww.spec;h=77a75be63644029cc3769494bac81289e8f411f1;hb=f498ceb3f52d656308582e140a4fd6284ebc1eac;hp=d42fb6ee87a7eb789a3469172f91ced10bf2086c;hpb=c04e9191a172833f20208befe16ddde2d7d4bb73;p=plewww.git diff --git a/plewww.spec b/plewww.spec index d42fb6e..77a75be 100644 --- a/plewww.spec +++ b/plewww.spec @@ -1,11 +1,7 @@ -# -# $Id$ -# - # what the myplc rpm requires %define name plewww %define version 4.3 -%define taglevel 49 +%define taglevel 54 # no need to mention pldistro as this module differs in both distros #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -25,7 +21,7 @@ BuildRequires: python Vendor: OneLab Packager: OneLab Distribution: PlanetLab %{version} -URL: http://svn.one-lab.org/svn/new_plc_www/ +URL: %{SCMURL} # We use set everywhere #Requires: httpd >= 2.0 @@ -110,6 +106,9 @@ for module in user node; do cp -f /var/www/html/drupal-hacks/${module}.module /var/www/html/modules/${module}.module done popd +# create myslice.log and change its ownership +touch /var/log/myslice.log +chown apache:apache /var/log/myslice.log %clean rm -rf $RPM_BUILD_ROOT @@ -126,6 +125,26 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/plekit %changelog +* Mon Oct 25 2010 Baris Metin - plewww-4.3-54 +- tagging plewww for a new deployment + +* Fri Oct 15 2010 Thierry Parmentelat - plewww-4.3-53 +- add a 'report a problem' link for the RebootNode button +- new exp page nodes2.php with consistent selectable-columns layout as myslice +- tweaks in the exp. myslice (slices.php) + +* Wed Oct 13 2010 Thierry Parmentelat - plewww-4.3-52 +- new action reboot-node-with-pcu & reboot button on node page (not sure about the status of that though) +- my_slice with adjustable set of columns in slices/slice2.php +- fix for the 'site registration' page + +* Mon Sep 20 2010 Thierry Parmentelat - plewww-4.3-51 +- show message about leases - leases tab first in nodes section +- fix how reservable nodes show up + +* Mon Sep 06 2010 Thierry Parmentelat - plewww-4.3-50 +- cosmetic, rendering of textareas was like password fields + * Fri Sep 03 2010 Thierry Parmentelat - plewww-4.3-49 - bugfix in slice page, had wrong (null) expiration date - upgraded to raphael-1.5.2, don't minimize this lib