aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2005-09-11 00:11:59 +0000
committerFrederic Lepied <flepied@mandriva.com>2005-09-11 00:11:59 +0000
commite41b77a92d01b2c2fb9c946649e4b1b8d13e57a9 (patch)
tree20c55aead944ec280c1a93846b183889f08857cf
parent67d3ced2667801e510fb1b77382c3893e31e2291 (diff)
downloadbootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar
bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.gz
bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.bz2
bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.tar.xz
bootsplash-e41b77a92d01b2c2fb9c946649e4b1b8d13e57a9.zip
MandrivaV0_25_1mdk
-rwxr-xr-xrpmbuildupdate6
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]