public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Use __isa_bits macro to check for 64-bit arch. Unblocks aarch64 and ppc64le.
@ 2026-07-28 16:48 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jss
Branch : pqc
Commit : c9704d7054bd860fa1053d516c4f40941415a21a
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date   : 2015-04-09T11:50:52+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jss/c/c9704d7054bd860fa1053d516c4f40941415a21a?branch=pqc

Log:
Use __isa_bits macro to check for 64-bit arch. Unblocks aarch64 and ppc64le.

---
diff --git a/jss.spec b/jss.spec
index 336fe2d..3a40ce7 100644
--- a/jss.spec
+++ b/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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 16:48 [rpms/jss] pqc: Use __isa_bits macro to check for 64-bit arch. Unblocks aarch64 and ppc64le Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox