X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=a938cc0f7609e32a0d480bce20ce175b13cdf3de;hb=90ab94deecf2371c199d56cd35f0fd4fd20233e4;hp=0ec32797463394ffbf4e40fdf414357387a747bd;hpb=48352c60c6203d5967afb0bc6f13b15224111c82;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 0ec32797..a938cc0f 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.0 -%define taglevel 0 +%define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -14,6 +14,8 @@ License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +# xxx TODO : package cron.d/ + Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} @@ -123,6 +125,8 @@ make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" rm -rf $RPM_BUILD_ROOT make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" install DESTDIR="$RPM_BUILD_ROOT" rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/*egg-info +# this gets duplicated +rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/sfa/storage/sfa.sql %clean rm -rf $RPM_BUILD_ROOT @@ -138,6 +142,7 @@ rm -rf $RPM_BUILD_ROOT %config /etc/sfa/default_config.xml %config (noreplace) /etc/sfa/aggregates.xml %config (noreplace) /etc/sfa/registries.xml +/usr/share/sfa/sfa.sql /var/www/html/wsdl/*.wsdl %files plc @@ -207,6 +212,23 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Wed Nov 30 2011 Thierry Parmentelat - sfa-2.0-1 +- cleaned up all references to SFA_*_TYPE in config +- enable cache at the aggregate by default +- registry now uses the driver in a sensible way (see managers/driver.py) +- slice manager supports sfav1/pgv2 neighbours +- get_key renamed into get_key_from_incoming_ip +- new sfa.storage module for record/table and all db-related stuff +- db schema in sfa.storage.sfa.sql +- init.d and cron.d move one step up +- cleaned up rspec/ directory +- add deps to pyopenssl and myplc-config +- start support for new API (return value) +- plc.remoteshell removed, use plshell instead +- plshell uses a 'capability' auth method whenever possible +- various tweaks in rspec elements +- made dependency on sfatables softer + * Thu Nov 24 2011 Thierry Parmentelat - sfa-1.1-5 - sfa should now be started *before* the initial import - sfa to use its own database (default sfa) - can run without myplc