diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index ef44215..60cb2ba 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 7.7 -Release: 12%{?dist} +Release: 13%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -15,7 +15,9 @@ Requires: xorg-x11-drv-evdev Requires: xorg-x11-drv-fbdev Requires: xorg-x11-drv-modesetting Requires: xorg-x11-drv-nouveau +%ifnarch aarch64 Requires: xorg-x11-drv-qxl +%endif Requires: xorg-x11-drv-synaptics Requires: xorg-x11-drv-v4l Requires: xorg-x11-drv-void @@ -114,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Thu Apr 23 2015 Peter Robinson 7.7-13 +- Exclude QXL from aarch64 for the time being + * Tue Oct 28 2014 Hans de Goede - 7.7-12 - Add xorg-x11-drv-opentegra on arm arches (rhbz#1149362)