- Use %%{ix86} macro in ExclusiveArch rather than i386 (jorton).

This commit is contained in:
Andrew Overholt 2005-05-13 15:49:53 +00:00
parent bfdd96bd4e
commit 6e49ec3664
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Epoch: 1
ExclusiveArch: i386 x86_64 ppc
ExclusiveArch: %{ix86} x86_64 ppc
%define gcj_support 1
%define pkg_summary An open, extensible IDE
@ -1042,6 +1042,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Fri May 13 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M6.17
- Use %%{ix86} macro in ExclusiveArch rather than i386 (jorton).
* Wed May 11 2005 Ben Konrath <bkonrath@redhat.com> 3.1.0_fc-0.M6.17
- Add jsch >= 0.1.18-1jpp.
- Remove Fedora specific part of junit version.