Skip to content

fix getting fedora kernel-headers

Jakub Racek requested to merge fix-getting-fedora-headers into master

There are following issues with the script:

  • it assumes that the kernel and kernel-headers is built by the same maintainer
  • it downloads RPMs from taskids instead of from buildids

This patch fixes both and uses 'koji' tool instead of webUI parsing.

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports