Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: elsa - manages group of processes and allows accounting https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205755 ------- Additional Comments From matthltc@xxxxxxxxxx 2006-11-01 20:40 EST ------- The build machine apparently has several devel packages so the value in kversion has whitespace in it. Here are the relevant .spec snippets: %define kversion `rpm -q kernel-devel | cut --delimiter='-' -f 3,4` ... %build CFLAGS="%{optflags}" make %{?_smp_mflags} USER_INCLUDES=-I/usr/src/kernels/%{kversion}-%{_host_cpu}/include As a quick fix you could try to replace kversion's define with: %define kversion `rpm -q kernel-devel | head -n 1 | cut --delimiter='-' -f 3,4` The question is if there's a better way to select which kernel devel RPM to use. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review