X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec;h=534ee4e2423ac81e34aa823fd99be644aa81fe2a;hb=5ae3c1e4d541e3d0ec21691656d45a44e48c4530;hp=f861df770422f543976349907720ef8bdb58545d;hpb=ec4370f7ebd7fb0ce7f002f5bf2c74f03acd3ec1;p=util-vserver.git diff --git a/util-vserver.spec b/util-vserver.spec index f861df7..534ee4e 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -52,6 +52,8 @@ Obsoletes: vserver < %version BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel +# vip6-autod +BuildRequires: libnl-devel %{!?_without_doc:BuildRequires: doxygen tetex-latex} Requires(post): %name-core Requires(pre): %pkglibdir @@ -71,7 +73,7 @@ Requires: util-linux %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget tar Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -273,6 +275,8 @@ fi %chkconfig --del util-vserver # PlanetLab does not require /proc security %chkconfig --del vprocunhide +# vip6-autod handles IPv6 auto-assignments +%chkconfig --add vip6-autod %preun sysv @@ -281,6 +285,7 @@ fi #test "$1" != 0 || %chkconfig --del vprocunhide #test "$1" != 0 || %chkconfig --del vservers-default #test "$1" != 0 || %chkconfig --del util-vserver +test "$1" != 0 || %chkconfig --del vip6-autod %postun sysv @@ -423,7 +428,7 @@ done # Install the prebuilt extensions by hand python_sitelib=$(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") -install -D -m 755 *.so "$python_sitelib"/ +install -m 755 *.so "$python_sitelib"/ popd @@ -451,7 +456,7 @@ done # Install the prebuilt extensions by hand python_sitelib=$(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") -install -D -m 755 *.so "$python_sitelib"/ +install -m 755 *.so "$python_sitelib"/ popd @@ -475,6 +480,9 @@ fi %changelog +* Mon Jul 30 2007 Daniel Hokka Zakrisson +- add vip6-autod + * Fri Dec 29 2006 Daniel Hokka Zakrisson - 0.30.213-0 - add --with legacy and --without doc switches - add util-vserver initscript