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
|
Summary: X.Org X11 driver installation package
|
||||||
Name: xorg-x11-drivers
|
Name: xorg-x11-drivers
|
||||||
Version: 7.7
|
Version: 7.7
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
|
||||||
|
|
||||||
# relevant hardware
|
# relevant hardware
|
||||||
|
|
||||||
Requires: xorg-x11-drv-ati
|
|
||||||
Requires: xorg-x11-drv-dummy
|
Requires: xorg-x11-drv-dummy
|
||||||
Requires: xorg-x11-drv-evdev
|
Requires: xorg-x11-drv-evdev
|
||||||
Requires: xorg-x11-drv-libinput
|
Requires: xorg-x11-drv-libinput
|
||||||
Requires: xorg-x11-drv-fbdev
|
|
||||||
Requires: xorg-x11-drv-modesetting
|
Requires: xorg-x11-drv-modesetting
|
||||||
Requires: xorg-x11-drv-nouveau
|
Requires: xorg-x11-drv-wacom
|
||||||
%ifnarch aarch64
|
|
||||||
|
%ifnarch aarch64 s390x
|
||||||
Requires: xorg-x11-drv-qxl
|
Requires: xorg-x11-drv-qxl
|
||||||
%endif
|
%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-v4l
|
||||||
Requires: xorg-x11-drv-wacom
|
%endif
|
||||||
|
|
||||||
# only build vesa on machines where we support vbe
|
# only build vesa on machines where we support vbe
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
@ -68,6 +71,9 @@ individual driver packages to be installed.
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-24
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user