diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-09-11 00:11:59 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-09-11 00:11:59 +0000 |
commit | e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9 (patch) | |
tree | 20c55aead944ec280c1a93846b183889f08857cf | |
parent | 67d3ced2667801e510fb1b77382c3893e31e2291 (diff) | |
download | bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.gz bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.bz2 bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.xz bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.zip |
MandrivaV0_25_1mdk
-rwxr-xr-x | rpmbuildupdate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index 44f1f33..836e336 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -2,7 +2,7 @@ # # rpmbuildupdate by Julien Danjou # -# Copyright (c) 2003-2004 by MandrakeSoft +# Copyright (c) 2003-2005 by Mandriva # # Permission to use, copy, modify, and distribute this software and its # documentation under the terms of the GNU General Public License is hereby @@ -278,7 +278,7 @@ sub build { chomp($packager); # if macro is undefined $packager =~ s/\%packager//g; - my $email = $packager ? $packager : $l[6] . ($ENV{EMAIL} ? " <$ENV{EMAIL}>" : " <$l[0]\@mandrakesoft.com>"); + my $email = $packager ? $packager : $l[6] . ($ENV{EMAIL} ? " <$ENV{EMAIL}>" : " <$l[0]\@mandriva.com>"); $spec .= "* " . `LC_TIME=C date '+%a %b %d %Y'|tr -d '\n'` . " $email $newversion-$newrelease\n"; $spec .= "$message\n\n"; } @@ -563,7 +563,7 @@ cvs version : $id By Julien Danjou, Michael Scherer, Guillaume Rousse -Copyright (c) 2003-2004 by MandrakeSoft. +Copyright (c) 2003-2005 Mandriva. This is free software under the GPL License. Usage: rpmbuildupdate [options] [pkg] [newversion] |