From d2081f2a2120dc90c0afd0367e7ad835ce892157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 25 Jan 2013 22:01:45 +0100 Subject: [PATCH] tigervnc-server-module depends on Xorg, which doesn't exist on s390x --- share/runtime-install.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index a696a590..7347fd28 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -86,7 +86,10 @@ installpkg selinux-policy-targeted audit libsemanage-python ## network tools/servers installpkg python-ethtool ethtool openssh-server nfs-utils -installpkg tigervnc-server-minimal tigervnc-server-module +installpkg tigervnc-server-minimal +%if basearch != "s390x": +installpkg tigervnc-server-module +%endif installpkg chrony rdate ## hardware utilities/libraries