X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec;h=a3bdd88595ebd1eecf9aea61d1e05cbab4c13866;hb=303f1dce0c2e80f5f07e9b7782717bf66a8ee252;hp=9e21389de62f83980868d7551ba2241649b0dbe6;hpb=e87839edeb80360b1c7daf20fc7888d27e6b30d1;p=util-vserver.git diff --git a/util-vserver.spec b/util-vserver.spec index 9e21389..a3bdd88 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -273,6 +273,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 +283,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 @@ -452,7 +455,7 @@ done # Install the prebuilt extensions by hand python_sitelib=$(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") install -m 755 *.so "$python_sitelib"/ -service nm restart + popd @@ -475,6 +478,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