aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt24
1 files changed, 2 insertions, 2 deletions
diff --git a/iurt2 b/iurt2
index d2e5353..6fcc32e 100755
--- a/iurt2
+++ b/iurt2
@@ -493,8 +493,8 @@ retry:
chomp $other_maint;
print {$run{LOG}} "missing dep: $missing_deps ($other_maint)\n";
if ($other_maint && $other_maint ne 'NOT_FOUND') {
- $opt->{mail} = $other_maint;
- $opt->{error} = "[missing] $missing_deps, needed to build $srpm, is not available on $run{my_arch}";
+ $opt->{mail} = "$maintainer, $other_maint";
+ $opt->{error} = "[MISSING] $missing_deps, needed to build $srpm, is not available on $run{my_arch}";
}
# remember what is needed, and do not try to recompile until it is available
push @{$cache->{needed}{$srpm}}, [ $missing_deps, $version, $other_maint || $maintainer ];