X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc-userspace.spec;h=ea9fcd69d2b8e72446386de20cd3358129b1eafe;hb=ffef501d56ae22d9317337eda7d0a73addea6711;hp=8c279b875431e61fb3643d59197ba3b655d11cd8;hpb=88c1c6d7443684e63ee2d501b2aac29269862339;p=lxc-userspace.git diff --git a/lxc-userspace.spec b/lxc-userspace.spec index 8c279b8..ea9fcd6 100644 --- a/lxc-userspace.spec +++ b/lxc-userspace.spec @@ -1,6 +1,6 @@ %define name lxc-userspace %define version 1.0 -%define taglevel 11 +%define taglevel 12 %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,9 @@ chmod u+s /usr/sbin/vsh %postun %changelog +* Wed Jul 16 2014 Thierry Parmentelat - lxc-userspace-1.0-12 +- fix lxcsu to spot the right architecture for the container - was always using the host's arch + * Mon Apr 28 2014 Thierry Parmentelat - lxc-userspace-1.0-11 - reworked kvmsu