enable on s390x (related #1727029)
This commit is contained in:
parent
a381713de9
commit
e419ebd022
@ -1,25 +1,28 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.7
|
||||
Release: 24%{?dist}
|
||||
Release: 25%{?dist}
|
||||
License: MIT
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
# relevant hardware
|
||||
|
||||
# relevant hardware
|
||||
|
||||
Requires: xorg-x11-drv-ati
|
||||
Requires: xorg-x11-drv-dummy
|
||||
Requires: xorg-x11-drv-evdev
|
||||
Requires: xorg-x11-drv-libinput
|
||||
Requires: xorg-x11-drv-fbdev
|
||||
Requires: xorg-x11-drv-modesetting
|
||||
Requires: xorg-x11-drv-nouveau
|
||||
%ifnarch aarch64
|
||||
Requires: xorg-x11-drv-wacom
|
||||
|
||||
%ifnarch aarch64 s390x
|
||||
Requires: xorg-x11-drv-qxl
|
||||
%endif
|
||||
|
||||
# only non-s390x
|
||||
%ifnarch s390x
|
||||
Requires: xorg-x11-drv-ati
|
||||
Requires: xorg-x11-drv-fbdev
|
||||
Requires: xorg-x11-drv-nouveau
|
||||
Requires: xorg-x11-drv-v4l
|
||||
Requires: xorg-x11-drv-wacom
|
||||
%endif
|
||||
|
||||
# only build vesa on machines where we support vbe
|
||||
%ifarch %{ix86} x86_64
|
||||
@ -68,6 +71,9 @@ individual driver packages to be installed.
|
||||
%files
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2019 Dan Horák <dan[at]danny.cz> - 7.7-25
|
||||
- enable on s390x (related #1727029)
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user