diff options
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |