aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 991ce43..4b223a9 100755
--- a/iurt2
+++ b/iurt2
@@ -940,7 +940,7 @@ retry:
#$opt->{mail} .= ", other_maint";
}
if (!$opt->{mail}) {
- $opt->{mail} = $config->{admin};
+ $opt->{mail} = "Maintainer not found <$config->{admin}>";
}
if (@rpm > 1) {
$opt->{error} = "[MISSING_BUILD_REQUIRES_TAG] one of @rpm ($missing-devel), needed to build $srpm, is not in buildrequires";