X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver.spec.in;h=50c55be3650b512cc07320846baaa3b9805fc511;hb=67aa797a8bb4d9507f9b006c202cef45c98e6c5a;hp=c607252c04a59380711c68bdc1ec9fce0aec23c2;hpb=33e3a312cd0382cc96af512378d28ad1b3671e53;p=util-vserver.git diff --git a/util-vserver.spec.in b/util-vserver.spec.in index c607252..50c55be 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -215,6 +215,7 @@ test "$1" != 0 || rm -rf %_localstatedir/cache/vservers/* 2>/dev/null || : %post sysv %chkconfig --add vservers-default %chkconfig --add vprocunhide +%chkconfig --add util-vserver @@ -223,6 +224,7 @@ test "$1" != 0 || %_initrddir/vprocunhide stop &>/dev/null || : test "$1" != 0 || %chkconfig --del vprocunhide test "$1" != 0 || %chkconfig --del vservers-default +test "$1" != 0 || %chkconfig --del util-vserver %postun sysv @@ -347,6 +349,10 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Fri Dec 29 2006 Daniel Hokka Zakrisson - 0.30.213-0 +- add --with legacy and --without doc switches +- add util-vserver initscript + * Sun Jan 22 2006 Enrico Scholz - 0.30.210-0 - do not require 'xalan' anymore by default - removed 'Requires: apt'; apt-rpm is not maintained upstream anymore