defect 3115916: fix the issue that epoch value in the provides can NOT be handled correctly on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8259 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
76ef2edd8b
commit
599a35d719
@ -16,7 +16,7 @@ BuildArch: noarch
|
||||
Requires: perl-SOAP-Lite
|
||||
%endif
|
||||
|
||||
Provides: perl(xCAT) = %{version}
|
||||
Provides: perl-xCAT = %{epoch}:%{version}
|
||||
|
||||
%description
|
||||
Provides perl xCAT libraries for core functionality. Required for all xCAT installations.
|
||||
|
@ -17,7 +17,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
Provides: xCAT-client = %{version}
|
||||
Provides: xCAT-client = %{epoch}:%{version}
|
||||
|
||||
# fping or nmap is needed by pping (in case xCAT-client is installed by itself on a remote client)
|
||||
%ifos linux
|
||||
|
Loading…
Reference in New Issue
Block a user