From 599a35d71900d1a4d4789107b553ca0e23862ec4 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 24 Nov 2010 16:49:34 +0000 Subject: [PATCH] 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 --- perl-xCAT/perl-xCAT.spec | 2 +- xCAT-client/xCAT-client.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/perl-xCAT.spec b/perl-xCAT/perl-xCAT.spec index dc5d5570f..8d0b0780a 100644 --- a/perl-xCAT/perl-xCAT.spec +++ b/perl-xCAT/perl-xCAT.spec @@ -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. diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index 8873fbe6b..f84a08aec 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -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