X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=c11fa2387a11bd702200505d1ba15468ed63cbd1;hb=239b4be1e879a180c9d51ebedd0c6a6b44aef3c8;hp=6774c38a747fc7e678695d27874815bbb106f31a;hpb=973ac9fdfcd6c9fbbe321c695633149e23490e98;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 6774c38a..c11fa238 100644 --- a/sfa.spec +++ b/sfa.spec @@ -6,7 +6,7 @@ %define name sfa %define version 1.0 -%define taglevel 0 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -153,8 +153,8 @@ chkconfig --add sfa %preun plc if [ "$1" = 0 ] ; then - /sbin/service sfa stop - /sbin/chkconfig --del sfa + /sbin/service sfa stop || : + /sbin/chkconfig --del sfa || : fi %postun plc @@ -166,8 +166,8 @@ chkconfig --add sfa-cm %preun cm if [ "$1" = 0 ] ; then - /sbin/service sfa-cm stop - /sbin/chkconfig --del sfa-cm + /sbin/service sfa-cm stop || : + /sbin/chkconfig --del sfa-cm || : fi %postun cm @@ -175,6 +175,22 @@ fi %changelog +* Mon Oct 11 2010 Thierry Parmentelat - sfa-1.0-2 +- deprecated old methods (e.g. List/list, and GetCredential/get_credential) +- NOTE: get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential +- hrn-urn translations tweaked +- fixed 'service sfa status' +- sfa-nuke-plc has a -f/--file-system option to clean up /var/lib/authorities (exp.) +- started to repair sfadump - although not usable yet +- trust objects now have dump_string method that dump() actually prints +- unit tests under review +- logging cleanup ongoing (always safe to use sfalogging.sfa_logger()) +- binaries now support -v or -vv to increase loglevel +- trashed obsolete sfa.util.client + +* Mon Oct 04 2010 Thierry Parmentelat - sfa-1.0-1 +- various bugfixes and cleanup, improved/harmonized logging + * Tue Sep 07 2010 Tony Mack - sfa-0.9-16 - truncate login base of external (ProtoGeni, etc) slices to 20 characters to avoid returning a PLCAPI exception that might confuse users. @@ -207,6 +223,22 @@ fi cache and use in more general ways. %changelog +* Mon Oct 11 2010 Thierry Parmentelat - sfa-1.0-2 +- deprecated old methods (e.g. List/list, and GetCredential/get_credential) +- NOTE: get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential +- hrn-urn translations tweaked +- fixed 'service sfa status' +- sfa-nuke-plc has a -f/--file-system option to clean up /var/lib/authorities (exp.) +- started to repair sfadump - although not usable yet +- trust objects now have dump_string method that dump() actually prints +- unit tests under review +- logging cleanup ongoing (always safe to use sfalogging.sfa_logger()) +- binaries now support -v or -vv to increase loglevel +- trashed obsolete sfa.util.client + +* Mon Oct 04 2010 Thierry Parmentelat - sfa-1.0-1 +- various bugfixes and cleanup, improved/harmonized logging + * Thu May 11 2010 Tony Mack - sfa-0.9-11 - SfaServer now uses a pool of threads to handle requests concurrently - sfa.util.rspec no longer used to process/manage rspecs (deprecated). This is now handled by sfa.plc.network and is not backwards compatible