[xorg-x11-drv-qxl] Fix with_xspice macro definition

Colin Walters walters at fedoraproject.org
Sat May 4 21:59:10 UTC 2013


commit caf9917b6ea2e0a50aac55d947f091ce35bd5397
Author: Colin Walters <walters at verbum.org>
Date:   Sat May 4 17:58:57 2013 -0400

    Fix with_xspice macro definition

 xorg-x11-drv-qxl.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec
index 8130683..1311184 100644
--- a/xorg-x11-drv-qxl.spec
+++ b/xorg-x11-drv-qxl.spec
@@ -4,7 +4,7 @@
 
 # Xspice is x86_64 only since spice-server is x86_64 only
 %ifarch x86_64
-%define with_xspice 0%{?fedora} || 0%{?rhel} > 6
+%define with_xspice (0%{?fedora} || 0%{?rhel} > 6)
 %else
 %define with_xspice 0
 %endif
@@ -123,6 +123,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
 
 
 %changelog
+* Sat May 04 2013 Daniel Mach <dmach at redhat.com> - 0.1.1-0.5
+- Fix with_xspice macro definition
+
 * Tue Mar 19 2013 Adam Jackson <ajax at redhat.com> 0.1.1-0.4
 - Less RHEL customization
 


More information about the scm-commits mailing list