X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeManager.spec;h=f7bcfdc8cbdc535324a6e2767859eef62d7e0568;hb=b2a3980267c04dc76c7300f7472824c1002328c9;hp=58778e790bf68201de0756e9fdf4007ce4342f8b;hpb=0f51f7fc64906f87640def6f27a1dc732ed8f453;p=nodemanager.git diff --git a/NodeManager.spec b/NodeManager.spec index 58778e7..f7bcfdc 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -2,7 +2,7 @@ %define name NodeManager %define version 2.1 -%define taglevel 1 +%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)" ) @@ -138,6 +138,17 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/bwlimit.py* %changelog +* Thu Jun 21 2012 Thierry Parmentelat - nodemanager-2.1-2 +- merged nodemanager-2.0-37 in 2.1/lxc_devel and add initscript support to lxc +- passes tests with lxc but won't build against vs due to conflict +- as bwlimit.py also ships with util-vserver-pl + +* Thu Jun 21 2012 Thierry Parmentelat - nodemanager-2.0-37 +- refactoring: isolate initscript functionality +- aimed at making initscript implementation with lxc straightforward +- show stack trace when module loading fails +- accounts.py renamed into account.py for consistency + * Sun Jun 03 2012 Thierry Parmentelat - nodemanager-2.0-36 - /var/log/nodemanager shows duration of mainloop