- Don't apply tomcat and webapp patches on ppc64, s390, and s390x (for

now).
This commit is contained in:
Andrew Overholt 2006-07-05 22:08:40 +00:00
parent 0b6d8c095d
commit f143021c28
1 changed files with 3 additions and 0 deletions

View File

@ -396,6 +396,7 @@ pushd plugins/org.eclipse.core.runtime
%patch24 -p0
popd
%ifnarch ppc64 s390 s390x
# tomcat patches
pushd plugins/org.eclipse.tomcat
%patch28 -p0
@ -406,6 +407,7 @@ popd
pushd plugins/org.eclipse.help.webapp
%patch31 -p0
popd
%endif
pushd plugins/org.eclipse.compare
#%patch33 -p0
popd
@ -1627,6 +1629,7 @@ fi
- Update webapp build patch.
- Use commons-* instead of jakarta-commons-*.
- Don't delete jars in %%install.
- Don't apply tomcat and webapp patches on ppc64, s390, and s390x (for now).
* Tue Jul 04 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_1fc
- Fix tomcat symlinks.