Make zero jvm.cfg changes conditional on b89 tarball
This commit is contained in:
parent
5a71061533
commit
2d787f6b9c
@ -400,9 +400,6 @@ sh %{SOURCE12}
|
||||
%patch203
|
||||
%endif
|
||||
|
||||
pushd jdk8
|
||||
%patch310 -p1
|
||||
popd
|
||||
|
||||
%patch1
|
||||
|
||||
@ -432,6 +429,12 @@ pushd jdk8
|
||||
%patch306 -p1
|
||||
popd
|
||||
|
||||
%else
|
||||
|
||||
pushd jdk8
|
||||
%patch310 -p1
|
||||
popd
|
||||
|
||||
%endif
|
||||
|
||||
# Extract systemtap tapsets
|
||||
@ -974,6 +977,9 @@ exit 0
|
||||
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Aug 07 2013 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.16.b89x
|
||||
- The zero fix only applies on b89 tarball
|
||||
|
||||
* Tue Aug 06 2013 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.16.b89x
|
||||
- Add patch to fix zero on 32-bit build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user