#1 enable on s390x (related #1727029)
Merged 4 years ago by ausil. Opened 4 years ago by sharkcz.
rpms/ sharkcz/xorg-x11-drivers s390x  into  master

file modified
+15 -9
@@ -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 @@ 

  %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

  

This is to allow local GUI for KVM guests using virtio-gpu. Lorax uses the xorg-x11-drivers package to install the drivers for the installer image.

Pull-Request has been merged by ausil

4 years ago