From 67aa797a8bb4d9507f9b006c202cef45c98e6c5a Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 29 Dec 2006 20:32:53 +0000 Subject: [PATCH] Add util-vserver initscript handling. 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.8.1.5