[Bug 205755] Review Request: elsa - manages group of processes and allows accounting

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 2 01:40:41 UTC 2006


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 at us.ibm.com  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.




More information about the Fedora-package-review mailing list