tmp hack for assessing centos - package vip6-autod only on fedora as centos has a...
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 19 Sep 2008 15:42:17 +0000 (15:42 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 19 Sep 2008 15:42:17 +0000 (15:42 +0000)
util-vserver-pl.spec

index e6bd226..966f54b 100644 (file)
@@ -98,8 +98,11 @@ 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