#!/bin/sh
#=============================================================================#
#                    Add and edit changelog to RPM spec                       #
#=============================================================================#
# (C) Denis Smirnov <mithraen@altlinux.ru>			  2 Nov 2004  #
#=============================================================================#
exec cl-edit --add "$@"
