Setting tag nodemanager-2.1-1 nodemanager-2.1-1
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Apr 2012 14:32:46 +0000 (16:32 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Apr 2012 14:32:46 +0000 (16:32 +0200)
first working draft for dealing with libvirt/lxc on f16 nodes
not expected to work with mainline nodes (use 2.0 for that for now)

NodeManager.spec

index ecedf14..fd038c6 100644 (file)
@@ -2,7 +2,7 @@
 
 %define name NodeManager
 %define version 2.1
-%define taglevel 0
+%define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -138,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/bwlimit.py*
 
 %changelog
+* Fri Apr 13 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - nodemanager-2.1-1
+- first working draft for dealing with libvirt/lxc on f16 nodes
+- not expected to work with mainline nodes (use 2.0 for that for now)
+
 * Fri Jan 13 2012 Marco Yuen <marcoy@cs.princeton.edu> - nodemanager-2.0-34
 - Install bwlimit.py to the python site directory.