From 8ad62a6032f1425c19e56a6d7d50f26a59b8b1be Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Thu, 7 Oct 2010 17:54:26 +0200 Subject: [PATCH] fix #640005 --- jna.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/jna.spec b/jna.spec index 3648e76..776d69b 100644 --- a/jna.spec +++ b/jna.spec @@ -1,6 +1,6 @@ Name: jna Version: 3.2.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Pure Java access to native libraries Group: Development/Libraries @@ -36,8 +36,10 @@ Requires(postun): jpackage-utils BuildRequires: java-devel >= 1:1.6.0, jpackage-utils, libffi-devel BuildRequires: ant, ant-junit, ant-nodeps, ant-trax, junit BuildRequires: libX11-devel, libXt-devel -# for ExcludeArch see bug: 468831 -ExcludeArch: ppc ppc64 +# for ExclusiveArch see bug: 468831 640005 548099 +%if 0%{?rhel} < 6 +ExclusiveArch: %{ix86} x86_64 +%endif %description @@ -178,6 +180,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 6 2010 Levente Farkas - 3.2.7-6 +- readd excludearch for old release fix #548099 + * Sun Aug 1 2010 Levente Farkas - 3.2.7-5 - reenable test and clean up contrib files