X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc-userspace.spec;h=f29dafacb74b722d06885d2aad08cb598e046f33;hb=f350306fc4725bd74aa7a8ddc42d9ef8d29ec15b;hp=b5f8c4c8c160dfc57da44820e7e3c360e8000e83;hpb=9c732a08ed8f3907ecabea1c003c5a0e332bd119;p=lxc-userspace.git diff --git a/lxc-userspace.spec b/lxc-userspace.spec index b5f8c4c..f29dafa 100644 --- a/lxc-userspace.spec +++ b/lxc-userspace.spec @@ -1,6 +1,6 @@ %define name lxc-userspace %define version 1.0 -%define taglevel 1 +%define taglevel 6 %define percent % %define braop \{ @@ -39,6 +39,7 @@ make mkdir -p $RPM_BUILD_ROOT/usr/sbin install -D -m 755 vsh $RPM_BUILD_ROOT/usr/sbin/vsh install -D -m 755 lxcsu $RPM_BUILD_ROOT/usr/sbin/lxcsu +install -D -m 755 lxcsu-internal $RPM_BUILD_ROOT/usr/sbin/lxcsu-internal chmod u+s $RPM_BUILD_ROOT/usr/sbin/lxcsu cp build/lib*/setns.so $RPM_BUILD_ROOT/usr/sbin @@ -54,6 +55,25 @@ chmod u+s /usr/sbin/vsh %postun %changelog +* Sun Jul 14 2013 Thierry Parmentelat - lxc-userspace-1.0-6 +- merge back lxcsu and -internal into a single source file +- capsh --uid instead of --user that was not yet supported in f12 (hopefully tmp) + +* Wed Jul 03 2013 Thierry Parmentelat - lxc-userspace-1.0-5 +- entering in a slice now correctly ends up with right uid and pwd +- make sync + +* Mon Jul 01 2013 Sapan Bhatia - lxc-userspace-1.0-4 +- Bug fixes: +- - lxcsu works again +- - pid namespace issue that would let slices see all processes + +* Fri Jun 28 2013 Sapan Bhatia - lxc-userspace-1.0-3 +- Fixed bug that would let slices see all processes in root context. + +* Wed Jun 26 2013 Thierry Parmentelat - lxc-userspace-1.0-2 +- split into lxcsu{,-internal} + * Wed Jun 05 2013 Thierry Parmentelat - lxc-userspace-1.0-1 - rename module and package from lxctools into lxc-userspace