tmp hack for assessing centos - package vip6-autod only on fedora as centos has a...
[util-vserver-pl.git] / util-vserver-pl.spec
index aa5bad4..966f54b 100644 (file)
@@ -4,8 +4,8 @@
 %define url $URL$
 
 %define name   util-vserver-pl
-%define version 0.3
-%define taglevel 8
+%define version 0.3.1
+%define taglevel 1
 
 %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,29 @@ 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 <faiyaza@cs.princeton.edu> - util-vserver-pl-0.3-13
+- Remove current bw limit checks before issuing tc.
+
+* Fri Aug 29 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - util-vserver-pl-0.3-12
+- libnl 1.1 fixups.
+
+* Thu Aug 28 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - util-vserver-pl-0.3-11
+- reads /etc/vservers/<name>/personality and behaves accordingly
+- nicer formatting for byte rates
+
+* Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - util-vserver-pl-0.3-10
+- FUSE support.
+
+* Fri Aug 01 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - 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 <faiyaza@cs.princeton.edu> - 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).