From dbba4322086e7482fafd3211d0c6b461204c3a91 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Mon, 5 Feb 2018 16:01:56 +0800 Subject: [PATCH] Add package dependency for goconserver --- xCAT/xCAT.spec | 4 ++++ xCATsn/xCATsn.spec | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index e62ae73dd..476b42109 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -73,6 +73,10 @@ Requires: conserver-xcat %endif %endif +%ifos linux +Requires: goconserver +%endif + #support mixed cluster %if %nots390x Requires: elilo-xcat xnba-undi diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 07dde086c..f8c3531f2 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -56,6 +56,10 @@ Requires: conserver-xcat %endif %endif +%ifos linux +Requires: goconserver +%endif + #support mixed cluster %ifnarch s390x Requires: elilo-xcat xnba-undi