don't skip Xorg packages on s390x to allow local GUI installation under KVM
This commit is contained in:
parent
0708302464
commit
9f9cba35a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user