From 0a14fa46ef0af3b2a4c077eab724756bc017f693 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 19 Jul 2021 10:59:41 -0700 Subject: [PATCH] runtime-install: Include Xorg and tigervnc on s390x for local GUI installation on KVM Resolves: rhbz#1983688 --- 80-rhel/runtime-install.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index da254c8..e438057 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -85,9 +85,7 @@ installpkg systemd 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 gsettings-desktop-schemas installpkg nm-connection-editor @@ -117,9 +115,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 # TODO: uncomment # installpkg nmap-ncat