X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=6505eaf55447a9aa4bbde7020badd8c2160f51ff;hb=0dc36703e0e611113d310d2b2a8e51210576bcc5;hp=55b6ec39a164d7a666ed77189d1b0afcad5bb459;hpb=837b50a257767b72cc6ba3a0e3906ed686f54f2d;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 55b6ec39..6505eaf5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 1.1 -%define taglevel 2 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -31,6 +31,10 @@ Requires: python-ZSI Requires: python-lxml Requires: python-setuptools Requires: python-dateutil +# for the registry +Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql-python +Requires: python-psycopg2 # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, @@ -197,6 +201,14 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Fri Nov 18 2011 Thierry Parmentelat - sfa-1.1-4 +- fixed links and attributes in rspecs +- minor cleanup in the API methods, and more consistent names in manager methods + +* Thu Nov 17 2011 Thierry Parmentelat - sfa-1.1-3 +- ongoing refoactoring towards more genericity +- passes tests again although known issues remain with attributes/tags + * Mon Nov 07 2011 Thierry Parmentelat - sfa-1.1-2 - checkpoint tag: use SFA_GENERIC_FLAVOUR instead of SFA_*_TYPE - improvements in the pgv2 rspecs