Skip to content

Commit 96eec7f

Browse files
committed
createdirdeps: put file deps into the dep file
Otherwise file dependencies will not work even if they are declared in the project config.
1 parent 439fcc3 commit 96eec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createdirdeps

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for my $dir (@args) {
8585
}
8686
}
8787
}
88-
my $q = Build::query($path, 'addselfprovides' => 1, 'conflicts' => 1, 'evra' => 1, 'buildtime' => 1, 'weakdeps' => 1);
88+
my $q = Build::query($path, 'addselfprovides' => 1, 'conflicts' => 1, 'evra' => 1, 'buildtime' => 1, 'weakdeps' => 1, 'filedeps' => 1);
8989
next unless $q && defined($q->{'name'}) && defined($q->{'arch'}) && defined($q->{'version'});
9090
my $idx = "$q->{'name'}.$q->{'arch'}-$id";
9191
next if $seen{$idx};

0 commit comments

Comments
 (0)