On Nov 10, 2009, at 9:56 AM, Steve Traylen wrote:
On Tue, Nov 10, 2009 at 4:51 PM, Manuel Wolfshant <wolfy nobugconsulting ro> wrote:Farkas Levente wrote:hi,what's the proper way to distinguish epel from fedora in the spec file?i'd like to add ExcludeArch: ppc ppc64on epel but not in case of fedora in a package (since there is no javaon ppc on epel). but what's the current recommended way to do so?unfortunately %{?rhel} is not defined even in rhel-5 so what else can i
Is there any problem with:
%if %{el5}
ExcludeArch: ppc ppc64
%endif
---
derks