X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=1985bf998d8fda95fabf687c256b425c0f57a8c1;hb=79bdd1cd5cd86d3497c9199bfcce9a68e8475d8b;hp=f0efa0aad0d4482f4f3c8bcd440d53a51ccc36a8;hpb=b139810bf2da3e6cfafad1073a1388f2f0cd5f4e;p=sfa.git diff --git a/sfa.spec b/sfa.spec index f0efa0aa..1985bf99 100644 --- a/sfa.spec +++ b/sfa.spec @@ -6,7 +6,7 @@ %define name sfa %define version 0.9 -%define taglevel 6 +%define taglevel 10 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -62,7 +62,7 @@ Requires: sfa This package provides the python libraries that the SFA implementation requires %description plc -Geniwrapper implements the SFA interface which serves as a layer +This package implements the SFA interface which serves as a layer between the existing PlanetLab interfaces and the SFA API. %description client @@ -101,11 +101,13 @@ rm -rf $RPM_BUILD_ROOT %config (noreplace) /etc/sfa/aggregates.xml %config (noreplace) /etc/sfa/registries.xml /etc/init.d/sfa +/etc/init.d/sfa_cm %{_bindir}/sfa-config-tty %{_bindir}/sfa-import-plc.py* %{_bindir}/sfa-clean-peer-records.py* %{_bindir}/sfa-nuke-plc.py* %{_bindir}/sfa-server.py* +%{_bindir}/gen-sfa-cm-config.py* %files client %config (noreplace) /etc/sfa/sfi_config @@ -113,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/getNodes.py* %{_bindir}/getRecord.py* %{_bindir}/setRecord.py* -%{_bindir}/genidump.py* +%{_bindir}/sfadump.py* %files sfatables %{_bindir}/sfatables @@ -125,6 +127,31 @@ rm -rf $RPM_BUILD_ROOT chkconfig --add sfa %changelog +* Thu Jan 21 2010 anil vengalil - sfa-0.9-10 +- This tag is quite same as the previous one (sfa-0.9-9) except that the vini and max aggregate managers are also updated for urn support. Other features are: +- - sfa-config-tty now has the same features like plc-config-tty +- - Contains code to support both urn and hrn +- - Cleaned up request_hash related stuff +- - SM, AM and Registry code is organized under respective managers +- - Site and Slice synchronization across federated aggregates +- - Script to generate sfa_component_config + +* Fri Jan 15 2010 anil vengalil - sfa-0.9-9 +- sfa-config-tty now has the same features like plc-config-tty +- Contains code to support both urn and hrn +- Cleaned up request_hash related stuff +- SM, AM and Registry code is organized under respective managers +- Slice synchronization across federated aggregates +- some bugs are fixed + +* Wed Jan 06 2010 Thierry Parmentelat - sfa-0.9-8 +- checkpoint with fewer mentions of geni + +* Tue Jan 05 2010 Thierry Parmentelat - sfa-0.9-7 +- checkpointing +- this is believed to pass the tests; among other things: +- reworked configuration based on the myplc config with xml skeleton (no more sfa_config) + * Mon Nov 16 2009 anil vengalil - sfa-0.9-6 - This tag includes: - - Sfatables