]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
spec: add dmidecode as prereq
authorEric Blake <eblake@redhat.com>
Mon, 5 Dec 2011 17:32:41 +0000 (10:32 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 5 Dec 2011 18:00:45 +0000 (11:00 -0700)
commite7dfa468f9de796430a4cc9594eb256109a517bf
tree3d99bcd2b0e020fa2df9818f26827694bc229974
parentf17e0e2182ecefd9ba9eb346bab839cd5b59fb9c
spec: add dmidecode as prereq

https://bugzilla.redhat.com/show_bug.cgi?id=754909 complains that
because libvirt didn't require dmidecode, that the logs are noisy
and virConnectGetSysinfo needlessly fails.  Even 'virt-what' requires
dmidecode, so it's not that onerous of a dependency.  We may be
able to drop this in the future when we move to parsing sysfs data,
but for now, listing the dependency will help matters.

* libvirt.spec.in (Requires): Sort Requires before BuildRequires.
Add dmidecode.
libvirt.spec.in