diff options
Diffstat (limited to 'rpmbuildupdate')
-rwxr-xr-x | rpmbuildupdate | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |