X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=3e8e6908cba353695469bf6b1f41847450b574ec;hb=087fe20b9e7919903c197f208d46d4432ee6380d;hp=bb5e2eabcd3c115a4b8cb12e1e25e4b64267c320;hpb=333ac9290a23f4627f90d358598041a2df09db4a;p=sfa.git diff --git a/sfa.spec b/sfa.spec index bb5e2eab..3e8e6908 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,7 +1,7 @@ %define url $URL: svn+ssh://svn.planet-lab.org/svn/geniwrapper/trunk/geniwrapper.spec $ %define name sfa -%define version 0.8 +%define version 0.9 %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -26,28 +26,28 @@ Requires: python Requires: pyOpenSSL >= 0.7 Requires: m2crypto -Summary: the GENI python libraries +Summary: the SFA python libraries Group: Applications/System %package plc -Summary: the GENI wrapper arounf MyPLC +Summary: the SFA wrapper arounf MyPLC Group: Applications/System Requires: sfa %package client -Summary: the GENI experimenter-side CLI +Summary: the SFA experimenter-side CLI Group: Applications/System Requires: sfa %description -This package provides the python libraries that the Geni implementation requires +This package provides the python libraries that the SFA implementation requires %description plc -Geniwrapper implements the Geni interface which serves as a layer -between the existing PlanetLab interfaces and the Geni API. +Geniwrapper implements the SFA interface which serves as a layer +between the existing PlanetLab interfaces and the SFA API. %description client -This package provides the client side of the Geni API, in particular +This package provides the client side of the SFA API, in particular sfi.py, together with other utilities. %prep @@ -65,8 +65,8 @@ rm -rf $RPM_BUILD_ROOT %files %{python_sitelib}/* -/usr/share/keyconvert/ -/var/www/html/wsdl/sfa.wsdl +/usr/bin/keyconvert +/var/www/html/wsdl/*.wsdl %files plc %defattr(-,root,root) @@ -76,7 +76,8 @@ rm -rf $RPM_BUILD_ROOT /etc/init.d/sfa %{_bindir}/sfa-config-tty %{_bindir}/sfa-import-plc.py* -%{_bindir}/sfa-plc.py* +%{_bindir}/sfa-nuke-plc.py* +%{_bindir}/sfa-server.py* %files client %config (noreplace) /etc/sfa/sfi_config @@ -86,10 +87,42 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/setRecord.py* %{_bindir}/genidump.py* +%pre plc +[ -f %{_sysconfdir}/init.d/sfa ] && service sfa stop ||: + %post plc -chkconfig --add geni +chkconfig --add sfa %changelog +* Thu Jul 23 2009 Thierry Parmentelat - geniwrapper-0.8-6 +- snapshot after the GEC5 demo +- should be the last tag set in the geniwrapper module, are we are now moving to the sfa module + +* Wed Jul 15 2009 Thierry Parmentelat - geniwrapper-0.8-5 +- snapshot july 15 - has gone through superficial manual testing +- hopefully a good basis for gec5 demo +- multi-dir sfi client tested as well + +* Wed Jul 08 2009 Thierry Parmentelat - geniwrapper-0.8-4 +- rename geniwrapper.spec into sfa.spec + +* Wed Jul 08 2009 Thierry Parmentelat - geniwrapper-0.8-3 +- clean up in xmlrpc/soap, --protocol option to chose between both +- keyconvert packaged in /usr/bin, no /usr/share/keyconvert anymore +- hopefully more helpful context in case of crashes when importing +- bugfixes for using only /etc/sfa for site-dep files +- bugfixes in wsdl generation + +* Mon Jul 06 2009 Thierry Parmentelat - geniwrapper-0.8-2 +- cleanup of the config area; no dependency to a PLC config anymore as sfa can be run in standalone +- config variables in sfa_config now start with SFA_ and not GENI_ +- config.py can be loaded even with no config present + +* Sun Jul 05 2009 Thierry Parmentelat - geniwrapper-0.8-1 +- first step for cleanup and reorganization +- mass-renaming from geni to sfa (some are still needed) +- sfa/trust implements the security architecture + * Wed Jul 01 2009 Thierry Parmentelat - geniwrapper-0.2-7 - snapshot for reproducible builds