aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt1
1 files changed, 1 insertions, 0 deletions
diff --git a/iurt b/iurt
index bc7ce01..3297634 100755
--- a/iurt
+++ b/iurt
@@ -1347,6 +1347,7 @@ sub search_packages {
if (!$cache->{queue}{$srpm} && $check_needed) {
if (!check_arch("$dir/$srpm", $run{my_arch})) {
$run->{status}{$srpm} = 'not_on_this_arch';
+ write_status($local_spool, \%run, $srpm);
next;
}
my $hdr = RPM4::Header->new("$dir/$srpm");