diff options
-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] |