mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
* libvirt.spec.in: fix a conditional bug in spec file #460510,
patch by Dave Allan daniel
This commit is contained in:
parent
e2d2b7d577
commit
5257bac05a
@ -1,3 +1,8 @@
|
|||||||
|
Fri Dec 12 08:34:47 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* libvirt.spec.in: fix a conditional bug in spec file #460510,
|
||||||
|
patch by Dave Allan
|
||||||
|
|
||||||
Fri Dec 12 08:27:44 CET 2008 Daniel Veillard <veillard@redhat.com>
|
Fri Dec 12 08:27:44 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* src/util.c: retry poll() in EINTR failures, patch by Dave Allan
|
* src/util.c: retry poll() in EINTR failures, patch by Dave Allan
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define with_xen_proxy 0
|
%define with_xen_proxy 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{fedora}"
|
%if 0%{?fedora}
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
%define with_qemu 0
|
%define with_qemu 0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user