Fix typo in STRIP_POLICY
This commit is contained in:
parent
1734315551
commit
76ce841c80
@ -127,7 +127,7 @@
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{buildver}
|
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,
|
# 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
|
# 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
|
# also included the epoch in their virtual provides. This created a
|
||||||
@ -518,7 +518,7 @@ make \
|
|||||||
SCTP_WERROR= \
|
SCTP_WERROR= \
|
||||||
DEBUG_BINARIES=true \
|
DEBUG_BINARIES=true \
|
||||||
FULL_DEBUG_SYMBOLS=0 \
|
FULL_DEBUG_SYMBOLS=0 \
|
||||||
STRIP_POLICY=non \
|
STRIP_POLICY=none \
|
||||||
ALT_OBJCOPY=/does_not_exist \
|
ALT_OBJCOPY=/does_not_exist \
|
||||||
LOG=trace \
|
LOG=trace \
|
||||||
all
|
all
|
||||||
@ -1101,6 +1101,9 @@ exit 0
|
|||||||
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 03 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.28.b129
|
||||||
- Remove redundant debuginfo files
|
- Remove redundant debuginfo files
|
||||||
- Generate complete debug information for libjvm
|
- Generate complete debug information for libjvm
|
||||||
|
Loading…
Reference in New Issue
Block a user