disable org.eclipse.osgi_3.2.1.R32x_v20060919.jar on ia64

This commit is contained in:
Ben Konrath 2007-01-06 00:08:36 +00:00
parent 74ee97e6f8
commit c4213c74d3
1 changed files with 3 additions and 1 deletions

View File

@ -1308,6 +1308,7 @@ aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEP
%else
aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION \
--exclude %{_datadir}/%{name}/plugins/com.jcraft.jsch_0.1.28.jar
--exclude %{_datadir}/%{name}/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
%endif
%endif
@ -1708,7 +1709,8 @@ fi
%changelog
* Fri Jan 05 2007 Ben Konrath <bkonrath@redhat.com> 3.2.1-27
- Use /g in tomcat version replacement.
- Disable com.jcraft.jsch_0.1.28.jar on ia64.
- Disable com.jcraft.jsch_0.1.28.jar and
org.eclipse.osgi_3.2.1.R32x_v20060919.jar on ia64.
* Tue Dec 19 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-26
- Use sed instead of patch for tomcat version.