diff --git a/ChangeLog b/ChangeLog index 69669e4fa052fc8e5519a8be52eb2138c18e6d71..7fe9ab413ec23d8f997dff9459bd762de007d3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 2 17:01:32 CEST 2008 Daniel Veillard + + * libvirt.spec.in: fix bug #465274 to build on RHEL + Thu Oct 2 10:06:00 EST 2008 Cole Robinson * src/qemu_driver.c: Fix startup timeout with multiple pty devices. diff --git a/libvirt.spec.in b/libvirt.spec.in index 858c89cee97abd8aabd93133cd30fe80b1656d04..cfd4a6629e3cdb99259036c0321e07c2accc0a09 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -26,7 +26,7 @@ %endif %endif -%if 0%{fedora} >= 8 +%if 0%{?fedora} >= 8 %define with_polkit 0%{!?_without_polkit:1} %define with_xen_proxy 0 %endif