X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver-pl.spec;h=bbcc767093422695a9c734c77dc2a15e88aeaa07;hb=7591eba24bc0ab0dd461fa7ad784a5a4f0adc87b;hp=d1ab473b6d22c87f8e93955b13af834cb9ded789;hpb=467bd050ddb08fb9e2bcc0d9c6bb098b71c0cf77;p=util-vserver-pl.git diff --git a/util-vserver-pl.spec b/util-vserver-pl.spec index d1ab473..bbcc767 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 6 +%define taglevel 13 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -28,6 +28,8 @@ URL: %(echo %{url} | cut -d ' ' -f 2) Requires: util-vserver util-vserver-core util-vserver-build util-vserver-sysv Provides: util-vserver-python = %{version}-%{release} Obsoletes: util-vserver-py32 resman +BuildRequires: libnl libnl-devel +BuildRequires: python python-devel BuildRequires: util-vserver-core util-vserver-devel BuildRequires: autoconf automake libtool @@ -96,10 +98,35 @@ rm -fr %{buildroot} /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 +* Wed Sep 17 2008 Faiyaz Ahmed - util-vserver-pl-0.3-13 +- Remove current bw limit checks before issuing tc. + +* Fri Aug 29 2008 Daniel Hokka Zakrisson - util-vserver-pl-0.3-12 +- libnl 1.1 fixups. + +* Thu Aug 28 2008 Thierry Parmentelat - util-vserver-pl-0.3-11 +- reads /etc/vservers//personality and behaves accordingly +- nicer formatting for byte rates + +* Sun Aug 17 2008 Daniel Hokka Zakrisson - util-vserver-pl-0.3-10 +- FUSE support. + +* Fri Aug 01 2008 Faiyaz Ahmed - util-vserver-pl-0.3-9 +- Check running values before issuing set or on. If same, disregard to save on forks. + +* Fri Jul 25 2008 Faiyaz Ahmed - util-vserver-pl-0.3-8 +- exempt_init shouldn't modify iptables rules. Instead, only manipulate ipset. Assume iptables rules are setup properly (now downloaded from nodeconfig/PlanetLabConf for I2 and defaulted to iptables/planetlab-config for all other nodes). + +* Tue Jul 22 2008 Faiyaz Ahmed - util-vserver-pl-0.3-7 +- Init exempt flows into "mangle" table. + * Fri Jun 27 2008 Daniel Hokka Zakrisson - util-vserver-pl-0.3-6 - Optimized the case where it's already running.