X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=bdc55f413887443397fa1277821dad57c37a2cf6;hb=1d1f8709cd81ce67285cf32cd9e2222e6473e6e3;hp=8d393e65956540335fd7934d043bf0720d5bad82;hpb=b6c27bf1bbd40f94b2129237f2f1acc47937c8b8;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 8d393e65..bdc55f41 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.1 -%define taglevel 17 +%define taglevel 21 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -93,6 +93,11 @@ Summary: the SFA layer around NITOS Group: Applications/System Requires: sfa +%package dummy +Summary: the SFA layer around a Dummy Testbed +Group: Applications/System +Requires: sfa + %package sfatables Summary: sfatables policy tool for SFA Group: Applications/System @@ -132,6 +137,9 @@ The SFA driver for FEDERICA. %description nitos The SFA driver for NITOS. +%description dummy +The SFA driver for a Dummy Testbed. + %description sfatables sfatables is a tool for defining access and admission control policies in an SFA network, in much the same way as iptables is for ip @@ -221,6 +229,9 @@ rm -rf $RPM_BUILD_ROOT %files nitos %{python_sitelib}/sfa/nitos +%files dummy +%{python_sitelib}/sfa/dummy + %files sfatables /etc/sfatables/* %{_bindir}/sfatables @@ -259,6 +270,29 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Tue Dec 11 2012 Thierry Parmentelat - sfa-2.1-21 +- PL importer: minor fixes for corner cases +- PL importer: also handles last_updated more accurately +- sfi update can be used to select a key among several in PL +- sfi add/update usage message fixes (no more record) +- new feature sfaadmin registry check_gid [-a] + +* Mon Dec 03 2012 Thierry Parmentelat - sfa-2.1-20 +- fix 2 major bugs in PL importer +- esp. wrt GID management against PLC key + +* Wed Nov 28 2012 Thierry Parmentelat - sfa-2.1-19 +- nicer sfi delegate, can handle multiple delegations and for authorities(pi) as well + +* Wed Nov 28 2012 Thierry Parmentelat - sfa-2.1-18 +- support fordelegation in sfaclientlib +- sfi delegate fixed +- other delegation-related sfi option trashed +- new config (based on ini format) +- new dummy driver and related package +- pl importer has more explicit error messages +- credential dump shows expiration + * Tue Oct 16 2012 Thierry Parmentelat - sfa-2.1-17 - bugfix in forwarding Resolve requests - various fixes in the nitos driver wrt keys and users