* libvirt.spec.in: fix a conditional bug in spec file #460510,

patch by Dave Allan
daniel
This commit is contained in:
Daniel Veillard 2008-12-12 07:36:20 +00:00
parent e2d2b7d577
commit 5257bac05a
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* src/util.c: retry poll() in EINTR failures, patch by Dave Allan

View File

@ -21,7 +21,7 @@
%define with_xen_proxy 0
%endif
%if "%{fedora}"
%if 0%{?fedora}
%ifarch ppc64
%define with_qemu 0
%endif