diff options
| author | Florent Villard <warly@mandriva.com> | 2006-05-03 14:47:32 +0000 | 
|---|---|---|
| committer | Florent Villard <warly@mandriva.com> | 2006-05-03 14:47:32 +0000 | 
| commit | 1b11ce25a535cc7b078223da3a9652824320bb1a (patch) | |
| tree | 9eb97ccd8fd9c0d057c2ba9160fd8c2bab12bf7a | |
| parent | 54995d33e25b1bb28e6c006fe21719bee0e4e5d5 (diff) | |
| download | iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.gz iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.bz2 iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.xz iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.zip  | |
Also mail the official maintainer for missing buildrequires
| -rwxr-xr-x | iurt2 | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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 ];  | 
