]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* libvirt.spec.in: fix a conditional bug in spec file #460510,
authorDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 07:36:20 +0000 (07:36 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 07:36:20 +0000 (07:36 +0000)
  patch by Dave Allan
daniel

ChangeLog
libvirt.spec.in

index 5f7b0aacb5c1b5b1a6764fd31bbc5b56500f72d6..ebd0a55d805c12d68fe40860ab97321c02bec78c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c9dbc8b3734522238cb93b55b3b7778d8900906d..4fb81dcb5673de073999e3e05c802a5ff69330cc 100644 (file)
@@ -21,7 +21,7 @@
 %define with_xen_proxy 0
 %endif
 
-%if "%{fedora}"
+%if 0%{?fedora}
 %ifarch ppc64
 %define with_qemu 0
 %endif