Comment 11 for bug 1821251

Revision history for this message
Alastair Browne (alastairbrowne) wrote :

The patch is not correct.

In the function "sub cnf_from_release", there is a line which reads...

next if $filename =~ /^Commands-/;

This should actually read...

next if $filename =~ /^Commands-/ and $filename !~ /^Commands-$all_arches\./;

Please update the patch to take this into account.

Thanks