[lorax 4/4] tigervnc-server-module depends on Xorg, which doesn't exist on s390x

Dan HorĂ¡k dan at danny.cz
Fri Jan 25 21:01:45 UTC 2013


---
 share/runtime-install.tmpl |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index a696a59..7347fd2 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
-- 
1.7.7.6



More information about the anaconda-patches mailing list