From 1b11ce25a535cc7b078223da3a9652824320bb1a Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 3 May 2006 14:47:32 +0000 Subject: Also mail the official maintainer for missing buildrequires --- iurt2 | 4 ++-- 1 file 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 ]; -- cgit v1.2.1