aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt6
1 files changed, 6 insertions, 0 deletions
diff --git a/iurt b/iurt
index 2489d03..c797848 100755
--- a/iurt
+++ b/iurt
@@ -795,6 +795,12 @@ retry:
return $srpm;
}
+ $ok = $urpmi->install_dynamic_buildrequires(\%run, $config, $chroot_tmp, '', $luser, $spec, $srpm);
+ if (!$ok) {
+ $run{status}{$srpm} ||= 'install_deps_failure';
+ return $srpm;
+ }
+
perform_command("rpm --root $chroot_tmp -qa | sort",
\%run, $config,
logname => "rpm_qa",