From d88cb0094311306721e602470d6bbed0e9a14807 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 7 May 2015 08:53:08 -0700 Subject: [PATCH] Make sure openssh-clients is installed (#1219398) It used to be pulled in by a dependency, which went away. It should be explicitly installed. --- share/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 69e565b8..d15c757c 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -98,7 +98,7 @@ installpkg python-nss installpkg selinux-policy-targeted audit libsemanage-python ## network tools/servers -installpkg python-ethtool ethtool openssh-server nfs-utils +installpkg python-ethtool ethtool openssh-server nfs-utils openssh-clients installpkg tigervnc-server-minimal %if basearch != "s390x": installpkg tigervnc-server-module