don't skip Xorg packages on s390x to allow local GUI installation under KVM

This commit is contained in:
Dan Horák 2019-07-03 16:42:24 +02:00 committed by Brian C. Lane
parent 0708302464
commit 9f9cba35a2
1 changed files with 0 additions and 4 deletions

View File

@ -88,9 +88,7 @@ installpkg systemd-sysv systemd-units
installpkg rsyslog
## xorg/GUI packages
%if basearch != "s390x":
installpkg xorg-x11-drivers xorg-x11-server-Xorg
%endif
installpkg xorg-x11-server-utils xorg-x11-xauth
installpkg dbus-x11 metacity gsettings-desktop-schemas
installpkg nm-connection-editor
@ -119,9 +117,7 @@ installpkg selinux-policy-targeted audit
## network tools/servers
installpkg ethtool openssh-server nfs-utils openssh-clients
installpkg tigervnc-server-minimal
%if basearch != "s390x":
installpkg tigervnc-server-module
%endif
installpkg net-tools
installpkg bridge-utils
installpkg nmap-ncat