Exclude QXL from aarch64 for the time being

This commit is contained in:
Peter Robinson 2015-04-23 16:27:11 +01:00
parent b2c23ac76b
commit cea432d245

View File

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