Add util-vserver initscript handling.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 29 Dec 2006 20:32:53 +0000 (20:32 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 29 Dec 2006 20:32:53 +0000 (20:32 +0000)
Add %changelog comment.

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2436 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver.spec.in

index c607252..50c55be 100644 (file)
@@ -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 <daniel@hozac.com> - 0.30.213-0
+- add --with legacy and --without doc switches
+- add util-vserver initscript
+
 * Sun Jan 22 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30.210-0
 - do not require 'xalan' anymore by default
 - removed 'Requires: apt'; apt-rpm is not maintained upstream anymore