X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=72feac8c894195f70834fc392225185feee6e601;hb=8ccea03637148e86f3572188589b276431f98e8f;hp=f700ecad490f2390731879394b7b7a96aa1cf867;hpb=830e76ff8db249676acbcefcffb442feba66bf2a;p=sfa.git diff --git a/sfa.spec b/sfa.spec index f700ecad..72feac8c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.1 -%define taglevel 15 +%define taglevel 17 %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,13 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* 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 + +* Mon Oct 01 2012 Thierry Parmentelat - sfa-2.1-16 +- various tweaks for the nitos driver + * Wed Sep 26 2012 Thierry Parmentelat - sfa-2.1-15 - first stab at a driver for the NITOS/OMF testbed (sep. pkg) - deeper cleanup of the data-dependencies between SFA and the testbed