X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=78344d691be7f7bd36865a6433213f3e38bdb2b3;hb=2323eb5f54f6d958352b94e16119f1bfeda8dd07;hp=d470c358b67d2715a1f6c7dcd78a5756cb1500ac;hpb=5b8f48a96358adf30514133504eff9f214cefc12;p=sfa.git diff --git a/sfa.spec b/sfa.spec index d470c358..78344d69 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa -%define version 2.0 -%define taglevel 9 +%define version 2.1 +%define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -45,6 +45,7 @@ Requires: postgresql-python Requires: python-psycopg2 # f8=0.4 - f12=0.5 f14=0.6 f16=0.7 Requires: python-sqlalchemy +Requires: python-migrate # the eucalyptus aggregate uses this module Requires: python-xmlbuilder @@ -152,6 +153,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/migrations /usr/share/sfa/examples /var/www/html/wsdl/*.wsdl @@ -200,18 +202,18 @@ rm -rf $RPM_BUILD_ROOT %files tests %{_datadir}/sfa/tests -### sfa-plc installs the 'sfa' service -%post plc +### sfa installs the 'sfa' service +%post chkconfig --add sfa -%preun plc +%preun if [ "$1" = 0 ] ; then /sbin/service sfa stop || : /sbin/chkconfig --del sfa || : fi -%postun plc -[ "$1" -ge "1" ] && service sfa restart +%postun +[ "$1" -ge "1" ] && { service sfa dbdump ; service sfa restart ; } ### sfa-cm installs the 'sfa-cm' service %post cm