X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver-pl.spec;h=26901cc4fec40ebef1e62fd6242ddb953d22189a;hb=a74183db2b6b7565d2f26326cc4b155bbdb7154d;hp=bbcc767093422695a9c734c77dc2a15e88aeaa07;hpb=7591eba24bc0ab0dd461fa7ad784a5a4f0adc87b;p=util-vserver-pl.git diff --git a/util-vserver-pl.spec b/util-vserver-pl.spec index bbcc767..26901cc 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 13 +%define taglevel 33 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -74,6 +74,8 @@ if [ ! -f /etc/shells ] || ! grep -q '^/bin/vsh$' /etc/shells ; then echo /bin/vsh >> /etc/shells fi +/usr/sbin/bwlimit init + %postun # 0 = erase, 1 = upgrade @@ -93,18 +95,80 @@ 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 +* Sat Apr 28 2012 Andy Bavier - util-vserver-pl-0.3-33 +- Fix for IPv6 + +* Tue Aug 31 2010 Baris Metin - util-vserver-pl-0.3-32 +- try compiling with the newer util-vserver + +* Tue Jun 22 2010 Thierry Parmentelat - util-vserver-pl-0.3-31 +- initscripts are ignored - handled by nodemanager and triggered by rc + +* Thu Jun 17 2010 Baris Metin - util-vserver-pl-0.3-30 +- sliver name as the last argument to initscript + +* Thu May 13 2010 Talip Baris Metin - util-vserver-pl-0.3-29 +- chroot_call fix + +* Wed May 12 2010 Talip Baris Metin - util-vserver-pl-0.3-28 +- fix vserver start issues + +* Wed Feb 24 2010 Marc Fiuczynski - util-vserver-pl-0.3-27 +- Need to print the exception string as part of the self.log, or else we +- get a wrong number of argument error. + +* Wed Feb 24 2010 Daniel Hokka Zakrisson - util-vserver-pl-0.3-26 +- This is outputted for some reason. + +* Tue Feb 23 2010 Daniel Hokka Zakrisson - util-vserver-pl-0.3-25 +- Don't set bwlimits if they're disabled. +- Don't cleanup /var of running slivers. + +* Tue Feb 23 2010 Marc Fiuczynski - util-vserver-pl-0.3-24 +- - openfd -> nofile + +* Tue Feb 16 2010 Talip Baris Metin - util-vserver-pl-0.3-23 +- call bwlimit init in postinstall. + +* Fri Jan 29 2010 S.Çağlar Onur - util-vserver-pl-0.3-22 +- move the HTB tree one level down for DRL + +* Mon Jan 25 2010 Thierry Parmentelat - util-vserver-pl-0.3-21 +- logging policy only; use /var/log/nm instead of boot.log, and give more details with (un)setdlimit + +* Thu Nov 19 2009 Daniel Hokka Zakrisson - util-vserver-pl-0.3-20 +- Log the error as well. + +* Wed Oct 28 2009 Daniel Hokka Zakrisson - util-vserver-pl-0.3-19 +- Set ulimits for NM too. + +* Tue Oct 20 2009 Baris Metin - util-vserver-pl-0.3-18 +- bwlimit.set() now accepts the device and don't assume that it's eth0 + +* Tue Aug 04 2009 Faiyaz Ahmed - util-vserver-pl-0.3-17 +- Fix runlevel clean up after reboot. +- Fix runlevel setup to reflect proper runlevel. + +* 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 + * Wed Sep 17 2008 Faiyaz Ahmed - util-vserver-pl-0.3-13 - Remove current bw limit checks before issuing tc.