Requires should use >= instead of =
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3578b6b200
commit
53eb3fcf65
@ -412,6 +412,7 @@ site => {
|
||||
" domain (DNS domain name used for the cluster)\n".
|
||||
" installdir (the local directory name used to hold the node deployment pkgs)\n".
|
||||
" installloc (location to mount the installdir from in format hostname:/path)\n".
|
||||
" sharedftp (set to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes)\n".
|
||||
" xcatdport (port used by xcatd daemon for client/server communication)\n".
|
||||
" xcatiport (port used by xcatd to receive install status updates from nodes)\n".
|
||||
" timezone (e.g. America/New_York)\n".
|
||||
|
@ -15,13 +15,13 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
Requires: perl-xCAT = %{epoch}:%{version}
|
||||
Requires: xCAT-server = %{epoch}:%{version}
|
||||
Requires: perl-xCAT >= %{epoch}:%{version}
|
||||
Requires: xCAT-server >= %{epoch}:%{version}
|
||||
|
||||
Provides: xCAT-rmc = %{version}
|
||||
|
||||
%description
|
||||
Provides RMC monitoring plug-in module for xCAT, configuration scripts, predefined conditions, responses and sensors.
|
||||
Provides RMC monitoring plug-in module for xCAT, configuration scripts, predefined conditions, responses and sensors.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
@ -19,8 +19,8 @@ BuildArch: noarch
|
||||
Requires: perl-IO-Socket-SSL perl-XML-Simple
|
||||
%endif
|
||||
|
||||
Requires: perl-xCAT = %{epoch}:%{version}
|
||||
Requires: xCAT-client = %{epoch}:%{version}
|
||||
Requires: perl-xCAT >= %{epoch}:%{version}
|
||||
Requires: xCAT-client >= %{epoch}:%{version}
|
||||
|
||||
Provides: xCAT-server = %{epoch}:%{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user