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:
daniceexi 2010-11-24 16:49:34 +00:00
parent 76ef2edd8b
commit 599a35d719
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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