X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=4cbed111671bcc139a37107c9d657c45fdeacacb;hb=2cf6d0e7089437ec8ad8e5fdfac26760e0c7a331;hp=a835e1189fa02a37c57b41ec57220a85c5e634f7;hpb=3e20cc0cfaac3d5168b269d866a5778fdd4f226e;p=sfa.git diff --git a/sfa.spec b/sfa.spec index a835e118..4cbed111 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.1 -%define taglevel 0 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -168,7 +168,6 @@ rm -rf $RPM_BUILD_ROOT /etc/sfa/topology %{_bindir}/sfa-import.py* %{_bindir}/sfa-nuke.py* -%{_bindir}/sfa-clean-peer-records.py* %{_bindir}/gen-sfa-cm-config.py* %{_bindir}/sfa-ca.py* @@ -229,6 +228,24 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Wed Feb 08 2012 Thierry Parmentelat - sfa-2.1-2 +- registry database has user's keys and mail (known as v0 for migrate) +- pl importer properly maintains user's keys and mail +- pl driver now to handle 'role' when adding person record (exp.) +- first draft of federica driver with config section +- SFA_GENERIC_FLAVOUR in usual variables for sfa-config-tty +- plus, from master as of tag merged-in-sfa-2.1-2: +- disk_image revisited +- new nova_shell nova_driver & various tweaks for openstack + +* Fri Jan 27 2012 Thierry Parmentelat - sfa-2.1-1 +- uses sqlalchemy and related migrate +- thorough migration and upgrade scheme +- sfa-import.py and sfa-nuke.py (no more -plc), uses FLAVOUR +- trashed dbinfo stuff in auth hierarchy +- data model still has little more than plain records +- checkpoint tag, not yet intended for release + * Wed Jan 25 2012 Tony Mack - sfa-2.0-10 - client: added -R --raw sfi cmdline option that displays raw server response. - client: request GENI RSpec by default.