add a Requires: to procps-ng as we use pgrep in lxcsu to determine container's arch
[lxc-userspace.git] / lxc-userspace.spec
index c38e385..cc48ec1 100644 (file)
@@ -1,6 +1,6 @@
 %define name lxc-userspace
 %define version 1.0
-%define taglevel 8
+%define taglevel 11
 
 %define percent %
 %define braop \{
@@ -23,6 +23,8 @@ Group: System Environment/Kernel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Source0: lxc-userspace-%{version}.tar.gz
 Requires: binutils
+# lxcsu uses pgrep to compute the container's init_pid
+Requires: procps-ng
 
 Obsoletes: lxctools
 
@@ -55,6 +57,19 @@ chmod u+s /usr/sbin/vsh
 %postun
 
 %changelog
+* Mon Apr 28 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - lxc-userspace-1.0-11
+- reworked kvmsu
+
+* Wed Mar 26 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - lxc-userspace-1.0-10
+- lxcsu evaluates slice_uid earlier
+- this is for old-installed f18 nodes like in PLE
+
+* Fri Mar 21 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - lxc-userspace-1.0-9
+- does not rely on capsh (actually this was the one in the sliver)
+- use native capability dropping instead
+- provides new slicesu binary
+- suitable for libvirt-1.1 and above
+
 * Fri Sep 20 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - lxc-userspace-1.0-8
 - fix vsh permissions