X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver-pl.spec;h=e14b3ea426179874c379f3e604c1c3571d0c1367;hb=b6b0bf740cd270164d39d8569fb26a68579390eb;hp=3d41dd795a25d98c771626bb8114c77ed7063f10;hpb=e687310a5c69f7d471cbb6c099bc3bb792c56c12;p=util-vserver-pl.git diff --git a/util-vserver-pl.spec b/util-vserver-pl.spec index 3d41dd7..e14b3ea 100644 --- a/util-vserver-pl.spec +++ b/util-vserver-pl.spec @@ -5,7 +5,7 @@ %define name util-vserver-pl %define version 0.3 -%define taglevel 14 +%define taglevel 16 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -93,18 +93,22 @@ rm -fr %{buildroot} %{_sbindir}/vuseradd %{_sbindir}/vuserdel %{python_sitearch}/vserverimpl.so +%{_sbindir}/vip6-autod +%{_sysconfdir}/init.d/vip6-autod %attr(4755,root,root) %{_sbindir}/vsh /bin/vsh %{_mandir}/man8/vsh.8* -# currently the libnl that comes with centos is too old and we cannot build these -%if "%{distro}" == "Fedora" -%{_sbindir}/vip6-autod -%{_sysconfdir}/init.d/vip6-autod -%endif - %changelog +* Thu Jan 29 2009 Faiyaz Ahmed - util-vserver-pl-0.3-16 +- supports disabling htbs. + +* Wed Oct 29 2008 Marc E. Fiuczynski - util-vserver-pl-0.3-15 +- added in support for rlimit MEM_LOCK +- fixed bug in reading -1 value from VSERVERCONF//rlimits/memlock.hard file +- reduced compilation warnings + * Tue Sep 23 2008 Thierry Parmentelat - util-vserver-pl-0.3-14 - configure/make check the version of libnl and can cope with either 1.1 or 1.0-pre6 - as centos does not have any of these, do build vip6-autod on fedora only