Setting tag sfa-1.0-34 sfa-1.0-34
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 29 Aug 2011 09:03:44 +0000 (11:03 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 29 Aug 2011 09:03:44 +0000 (11:03 +0200)
new option -c to sfa-nuke-plc.py
CreateSliver fixed for admin-only slice tags

sfa.spec

index 684a923..286bfbf 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -1,6 +1,6 @@
 %define name sfa
 %define version 1.0
-%define taglevel 33
+%define taglevel 34
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -196,6 +196,10 @@ fi
 [ "$1" -ge "1" ] && service sfa-cm restart || :
 
 %changelog
+* Mon Aug 29 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-34
+- new option -c to sfa-nuke-plc.py
+- CreateSliver fixed for admin-only slice tags
+
 * Wed Aug 24 2011 Tony Mack <tmack@cs.princeton.edu> - sfa-1.0-32
 - Fixed exploit that allowed an authorities to issue certs for objects that dont belong to them.
 - Fixed holes in certificate verification logic.