X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=d0529c35df63c9e6eecd4cdbd7d761a48d205761;hb=642a4a75f2ad6fbcbfc7b7b85c4c160da3ae1afa;hp=4943fce35db5780ef79e0fea91c3cb2bd70411b4;hpb=388a2ce3a9c8ea110911b29fbb91ca238904362e;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 4943fce3..d0529c35 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.1 -%define taglevel 11 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -25,7 +25,6 @@ Summary: the SFA python libraries Group: Applications/System BuildRequires: make -Requires: myplc-config Requires: python >= 2.5 Requires: pyOpenSSL >= 0.7 Requires: m2crypto @@ -168,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sfaadmin %{_bindir}/keyconvert.py* %{_bindir}/sfa-config-tty +%{_bindir}/sfa-config %config /etc/sfa/default_config.xml %config (noreplace) /etc/sfa/aggregates.xml %config (noreplace) /etc/sfa/registries.xml @@ -248,6 +248,23 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Mon Sep 17 2012 Thierry Parmentelat - sfa-2.1-14 +- configurable data-dir (/var/lib/sfa) +- no more dependent on myplc-config +- some support for hrns with _ instead of \. +- fix for PL importing in presence of gpg keys +- DeleteSliver returns True instead of 1 in case of success +- Various improvements on the openstack/nova side + +* Wed Jul 11 2012 Thierry Parmentelat - sfa-2.1-13 +- bugfix that prevented to call 'sfi create' - (was broken in sfa-2.1-12) +- sfi to remove expired credentials + +* Tue Jul 10 2012 Tony Mack - sfa-2.1-12 +- Update Openstack driver to support Essex release/ +- Fix authority xrn bug. + + * Thu Jun 07 2012 Thierry Parmentelat - sfa-2.1-11 - review packaging - site-packages/planetlab now come with sfa-plc - new package sfa-federica