aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2004-04-06 09:37:00 +0000
committerFrederic Lepied <flepied@mandriva.com>2004-04-06 09:37:00 +0000
commit7c3de26a2b5a74d657e618407e6340a623ed881a (patch)
tree7482affb9d866f83226bb7a0bb271103f2f63986
parenta012e5e7b5478cf7efc0aebd96d7f7afd3fb9d07 (diff)
downloadbootsplash-7c3de26a2b5a74d657e618407e6340a623ed881a.tar
bootsplash-7c3de26a2b5a74d657e618407e6340a623ed881a.tar.gz
bootsplash-7c3de26a2b5a74d657e618407e6340a623ed881a.tar.bz2
bootsplash-7c3de26a2b5a74d657e618407e6340a623ed881a.tar.xz
bootsplash-7c3de26a2b5a74d657e618407e6340a623ed881a.zip
create a date in the changelog entry that is compatible with emacs rpm-spec mode.V0_18_1mdk
-rwxr-xr-xrpmbuildupdate2
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";
}