-Fix problem where incorrect dependencies resulted in a missing perl module preventing xCAT from starting in some environments by default
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a35531906a
commit
3ce4c0dec6
@ -16,7 +16,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
||||
# also need to fix Requires for AIX
|
||||
%ifos linux
|
||||
BuildArch: noarch
|
||||
Requires: perl-IO-Socket-SSL perl-XML-Simple
|
||||
Requires: perl-IO-Socket-SSL perl-XML-Simple perl-IO-Tty
|
||||
%endif
|
||||
|
||||
Requires: perl-xCAT >= %{epoch}:%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user