[libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

Eric Blake eblake at redhat.com
Tue May 8 22:40:08 UTC 2012


On 05/08/2012 04:30 PM, Eric Blake wrote:
> On 05/08/2012 10:04 AM, Osier Yang wrote:
>> As libnuma's API is used to set memory policy.
>> ---
>>  libvirt.spec.in |    4 ++++
>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/libvirt.spec.in b/libvirt.spec.in
>> index 95d8af4..f7764e8 100644
>> --- a/libvirt.spec.in
>> +++ b/libvirt.spec.in
>> @@ -457,8 +457,12 @@ BuildRequires: gawk
>>  BuildRequires: scrub
>>  
>>  %if %{with_numad}
>> +%if 0%{?fedora} >= 17
>> +BuildRequires: numactl-devel
>> +%else
>>  BuildRequires: numad
>>  %endif
>> +%endif
> 
> ACK.

Actually, I may have spoken too soon.  See
https://bugzilla.redhat.com/show_bug.cgi?id=812874.

I think we have two needs - when configuring, we need to know the
location of the numad executable; and when linking, we need the
numactl-devel libraries.  Based on which packages provide those, we may
need multiple BuildRequires.  I'm still investigating what F16 vs. F17
provides.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120508/05b95b1b/attachment-0001.sig>


More information about the libvir-list mailing list