X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeManager.spec;h=deccf5e3c88e11a5fb2aacc211bae034965a0ae1;hb=e35cdeb5ae4e37a7205150195735ab8c69e6d522;hp=cf356338afec5df47a041120267ce5ef0ae46c65;hpb=7a7301418432591ab8ecbb604d7852a682826d8d;p=nodemanager.git diff --git a/NodeManager.spec b/NodeManager.spec index cf35633..deccf5e 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -2,7 +2,7 @@ %define name NodeManager %define version 2.1 -%define taglevel 0 +%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)" ) @@ -33,8 +33,9 @@ Requires: python >= 2.4 Requires: python-pycurl # Signed tickets Requires: gnupg -# vuseradd, vuserdel -#Requires: vserver-%{slicefamily} +# vserver-sliceimage or lxc-sliceimage to be added explicitly in nodeimage.pkgs +# we do need the slice images in any case +Requires: sliceimage-%{slicefamily} # our interface to the vserver patch #Requires: util-vserver >= 0.30.208-17 # vserver.py @@ -75,7 +76,7 @@ install -d -m 755 $RPM_BUILD_ROOT/var/lib/nodemanager install -D -m 644 logrotate/nodemanager $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/nodemanager install -D -m 755 sshsh $RPM_BUILD_ROOT/bin/sshsh -install -D -m 644 bwlimit.py ${RPM_BUILD_ROOT}/${PYTHON_SITEARCH}/bwlimit.py +install -D -m 644 bwlimitlxc.py ${RPM_BUILD_ROOT}/${PYTHON_SITEARCH}/bwlimitlxc.py ########## %post @@ -134,11 +135,29 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/logrotate.d/nodemanager /var/lib/ /bin/sshsh -%{python_sitearch}/bwlimit.py* +%{python_sitearch}/bwlimitlxc.py* %changelog -* Fri Jan 13 2012 Marco Yuen - nodemanager-2.0-34 -- Install bwlimit.py to the python site directory. +* 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 + +* Fri Apr 13 2012 Thierry Parmentelat - 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 Apr 13 2012 Thierry Parmentelat - nodemanager-2.0-35 +- remove Requires to deprecated vserver-* rpms, use sliceimage-* instead * Fri Dec 09 2011 Thierry Parmentelat - nodemanager-2.0-34 - Added memory scheduling to core scheduler