Use __isa_bits macro to check for 64-bit arch. Unblocks aarch64 and ppc64le.
This commit is contained in:
parent
d9477b1e3c
commit
c9704d7054
7
jss.spec
7
jss.spec
@ -1,6 +1,6 @@
|
||||
Name: jss
|
||||
Version: 4.2.6
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: Java Security Services (JSS)
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -120,7 +120,7 @@ export NSPR_LIB_DIR
|
||||
export NSS_INCLUDE_DIR
|
||||
export NSS_LIB_DIR
|
||||
|
||||
%ifarch x86_64 ppc64 ia64 s390x sparc64
|
||||
%if %{__isa_bits} == 64
|
||||
USE_64=1
|
||||
export USE_64
|
||||
%endif
|
||||
@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 09 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.2.6-36
|
||||
- Use __isa_bits macro to check for 64-bit arch. Unblocks aarch64 and ppc64le.
|
||||
|
||||
* Tue Sep 30 2014 Christina Fu <cfu@redhat.com> - 4.2.6-35
|
||||
- Bugzilla Bug #1040640 - Incorrect OIDs for SHA2 algorithms
|
||||
(cfu for jnimeh@gmail.com)
|
||||
|
Loading…
Reference in New Issue
Block a user