X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodemanager-lxc.spec;h=d0b3724ba11a8929ecac53c759075a6c32b3aa96;hb=e7511197556a5e68aa97d003c122222c1c1c9764;hp=7f4c56a4cddf19159f1f8444bf851f6c30dc254f;hpb=03de5a72a851e3fc62745b8b0e1c848a62314fc1;p=nodemanager.git diff --git a/nodemanager-lxc.spec b/nodemanager-lxc.spec index 7f4c56a..d0b3724 100644 --- a/nodemanager-lxc.spec +++ b/nodemanager-lxc.spec @@ -5,7 +5,7 @@ %define name nodemanager-lxc %define version 2.1 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -24,7 +24,10 @@ Distribution: PlanetLab %{plrelease} URL: %{SCMURL} # we use libvirt +Requires: libvirt Requires: libvirt-python +# cgroups.py needs this +Requires: python-inotify # the common package for nodemanager Requires: nodemanager-lib # the lxc-specific tools for using slice images @@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/NodeManager/ %changelog +* Mon Jul 09 2012 Thierry Parmentelat - nodemanager-2.1-6 +- set LD_PRELOAD for linux-containers nodes + * Thu Jun 28 2012 Thierry Parmentelat - nodemanager-2.1-5 - first complete version for vs and lxc - functional but not thoroughly tested though