From 7c3de26a2b5a74d657e618407e6340a623ed881a Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 6 Apr 2004 09:37:00 +0000 Subject: create a date in the changelog entry that is compatible with emacs rpm-spec mode. --- rpmbuildupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuildupdate b/rpmbuildupdate index d7fd5bb..347e4c0 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -156,7 +156,7 @@ sub build my $email; my @l = getpwuid($<); $email = $ENV{EMAIL} || $l[6]." <$l[0]\@mandrakesoft.com>"; - $spec .= "* ".qx[LC_TIME=C date '+%a %b %d %Y'|tr -d '\n']." ".$email. + $spec .= "* ".qx[LC_TIME=C date '+%a %b %e %Y'|tr -d '\n']." ".$email. " ".$newversion."-".$config{release}."\n"; $spec .= "- New release $newversion\n\n"; } -- cgit v1.2.1