Skip to content

Fix download of src rpm

For whatever reason, the src rpm is not downloaded anymore for architectures different than the one that produced the src rpm.

One suspect is [1], which introduces the --all option. It changes how architectures are filtered: before, the filename was checked whether it contained the architecture string. Now, also the architecture of the task is used.

Closes: #127 (closed)

[1] https://pagure.io/koji/pull-request/3343

Edited by Michael Hofmann

Merge request reports