X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc-userspace.spec;h=cb0a5e4d7e2a13709aaa37d6d2801770f536c12e;hb=3d59d52c4a2b3247b2fe8498c79cd4d51829df69;hp=cc48ec1f2ab683e41afddd651ca0257f5603cded;hpb=dea39f4209f9cae9087f3f3b6694ea024fff8ce3;p=lxc-userspace.git diff --git a/lxc-userspace.spec b/lxc-userspace.spec index cc48ec1..cb0a5e4 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 \{ @@ -31,11 +31,11 @@ Obsoletes: lxctools %description Userspace tools for switching between lxc containers. -%prep +%prep %setup -q %build -make +make %install mkdir -p $RPM_BUILD_ROOT/usr/sbin @@ -43,7 +43,7 @@ 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 +cp build/lib*/setns*.so $RPM_BUILD_ROOT/usr/sbin %clean rm -rf $RPM_BUILD_ROOT @@ -57,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 @@ -126,4 +129,3 @@ chmod u+s /usr/sbin/vsh * Fri Feb 22 2013 Thierry Parmentelat - lxctools-0.9-2 - various fixes -