X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc-userspace.spec;h=148adb7c13ebe83906854cc9aec1957bb9d2bb60;hb=40a15e7c54fd27fa4465aa9db57368964b638738;hp=f29dafacb74b722d06885d2aad08cb598e046f33;hpb=4a32f868cd9121e50d2e608ddbd31a42249e6e2e;p=lxc-userspace.git diff --git a/lxc-userspace.spec b/lxc-userspace.spec index f29dafa..148adb7 100644 --- a/lxc-userspace.spec +++ b/lxc-userspace.spec @@ -1,6 +1,6 @@ %define name lxc-userspace %define version 1.0 -%define taglevel 6 +%define taglevel 10 %define percent % %define braop \{ @@ -55,6 +55,28 @@ chmod u+s /usr/sbin/vsh %postun %changelog +* Wed Mar 26 2014 Thierry Parmentelat - 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 - 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 - lxc-userspace-1.0-8 +- fix vsh permissions + +* Sat Aug 31 2013 Thierry Parmentelat - lxc-userspace-1.0-7 +- perform vsys sysctl inside of container +- remove unnecessary proc remounts +- prevent setting LD_PRELOAD if the library doesn't exist in image +- add --noslicehome option +- check /etc/lxcsu_default for default arguments +- fix permissions +- support conventional invocation of make + * 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)