Exclude QXL from aarch64 for the time being
This commit is contained in:
parent
b2c23ac76b
commit
cea432d245
@ -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 <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
|
||||
- Add xorg-x11-drv-opentegra on arm arches (rhbz#1149362)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user