Skip to content

redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log

Prarit Bhargava requested to merge prarit/kernel-ark:quiet_debuginfo into os-build

debugedit's find_debuginfo.sh script has been modified with a '-q' flag to
suppress the 'extracting debug info' messages in RPM logs. On a fedora
kernel build these messages account for 61% of the log [1]

Fedora's debugedit has been updated with the -q change in all supported
releases [2] so suppress the messages by adding -q.

[1] https://kojipkgs.fedoraproject.org//packages/kernel/6.2.0/0.rc5.20230123git2475bf0250de.38.fc38/data/logs/x86_64/build.log
[2] https://src.fedoraproject.org/rpms/debugedit

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports