From: Daniel Veillard Date: Fri, 12 Dec 2008 07:36:20 +0000 (+0000) Subject: * libvirt.spec.in: fix a conditional bug in spec file #460510, X-Git-Tag: LIBVIRT_0_6_0~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5257bac05a6b173a5ada66f5166ab8bc1812e5ee;p=thirdparty%2Flibvirt.git * libvirt.spec.in: fix a conditional bug in spec file #460510, patch by Dave Allan daniel --- diff --git a/ChangeLog b/ChangeLog index 5f7b0aacb5..ebd0a55d80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 12 08:34:47 CET 2008 Daniel Veillard + + * 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 * src/util.c: retry poll() in EINTR failures, patch by Dave Allan diff --git a/libvirt.spec.in b/libvirt.spec.in index c9dbc8b373..4fb81dcb56 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -21,7 +21,7 @@ %define with_xen_proxy 0 %endif -%if "%{fedora}" +%if 0%{?fedora} %ifarch ppc64 %define with_qemu 0 %endif