From 37c0cf62317836bb0d317bc63f3720f465648c2f Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 16 Jan 2006 23:07:06 +0000 Subject: clog target and XSL stylesheet should be able to figure out if this is the first package for a document revision --- bin/insert-changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/insert-changelog b/bin/insert-changelog index 3a7a8db..2676411 100755 --- a/bin/insert-changelog +++ b/bin/insert-changelog @@ -22,6 +22,7 @@ echo $ROLE if test $ROLE = "rpm"; then REVDATE=`date +"%a %b %d %Y"` ZEROREV=0 + NUMBER=1 REVDESC="an integer release number" elif test $ROLE = "doc"; then REVDATE=`date +"%Y-%M-%d"` -- cgit