X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=ef13aeb5b6af44e1e12f0d34e4672823639f22cb;hb=b1775bb47ea5e242d337dbd34f5d58d10a57a028;hp=6774c38a747fc7e678695d27874815bbb106f31a;hpb=19626c7e9bfc131b6bf030ad7e1d4258871584d2;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 6774c38a..ef13aeb5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -6,7 +6,7 @@ %define name sfa %define version 1.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)" ) @@ -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,9 @@ fi %changelog +* 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 +210,9 @@ fi cache and use in more general ways. %changelog +* 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