Setting tag nodemanager-2.1-6
[nodemanager.git] / nodemanager-lxc.spec
index 7f4c56a..d0b3724 100644 (file)
@@ -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 <thierry.parmentelat@sophia.inria.fr> - nodemanager-2.1-6
+- set LD_PRELOAD for linux-containers nodes
+
 * Thu Jun 28 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - nodemanager-2.1-5
 - first complete version for vs and lxc - functional but not thoroughly tested though