X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeManager.spec;h=f7bcfdc8cbdc535324a6e2767859eef62d7e0568;hb=b2a3980267c04dc76c7300f7472824c1002328c9;hp=686ed2426d0ac83cf40702dae363f8a6575a0890;hpb=dd451f27a57f53eb716aaf3ff9b545953df8882a;p=nodemanager.git diff --git a/NodeManager.spec b/NodeManager.spec index 686ed24..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,11 @@ 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