Fix typo in STRIP_POLICY

This commit is contained in:
Omair Majid 2014-03-06 13:18:45 -05:00
parent 1734315551
commit 76ce841c80

View File

@ -127,7 +127,7 @@
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{buildver}
Release: 0.28.%{jdk8_version}%{?dist}
Release: 0.29.%{jdk8_version}%{?dist}
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -518,7 +518,7 @@ make \
SCTP_WERROR= \
DEBUG_BINARIES=true \
FULL_DEBUG_SYMBOLS=0 \
STRIP_POLICY=non \
STRIP_POLICY=none \
ALT_OBJCOPY=/does_not_exist \
LOG=trace \
all
@ -1101,6 +1101,9 @@ exit 0
%{_jvmdir}/%{jredir}/lib/accessibility.properties
%changelog
* Thu Mar 06 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.29.b129
- Fix typo in STRIP_POLICY
* Mon Mar 03 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.28.b129
- Remove redundant debuginfo files
- Generate complete debug information for libjvm