LukeShortCloud / ansible_role_fedora_kernel_lts

An Ansible role for automating the build of the LTS Linux kernel RPMs for Fedora.
GNU General Public License v3.0
1 stars 0 forks source link

Fix Debug RPM Builds #8

Closed LukeShortCloud closed 6 years ago

LukeShortCloud commented 6 years ago

Currently the LTS kernel is only built for the x86_64 packages. However the source RPM created, by default, will create other packages including debug packages for kernel developers. Those debug packages fails to build which is causing issues with publishing this to the Fedora COPR Build System.

COPR build log: https://copr-be.cloud.fedoraproject.org/results/ekultails/fedora_kernel_lts/fedora-28-x86_64/00783205-kernel/build.log.gz

LukeShortCloud commented 6 years ago

This was fixed via a backport of a configuration script from the latest stable Fedora kernel with a few modifications to also only force x86_64 builds.

https://github.com/ekultails/ansible_role_fedora_kernel_lts/commit/2562037edd60d94e0fa42e5afc1b2529b14c8e74