public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Fix use of __isa_bits macro so it does not fail during srpm generation on koji
@ 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 : b1e89ac5fcaac2da86e3d338b8b74f201a49e6e0
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date   : 2015-04-09T12:13:34+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jss/c/b1e89ac5fcaac2da86e3d338b8b74f201a49e6e0?branch=pqc

Log:
Fix use of __isa_bits macro so it does not fail during srpm generation on koji

---
diff --git a/jss.spec b/jss.spec
index 3a40ce7..bc697e1 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
 Name:           jss
 Version:        4.2.6
-Release:        36%{?dist}
+Release:        37%{?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
 
-%if %{__isa_bits} == 64
+%if 0%{?__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-37
+- Fix use of __isa_bits macro so it does not fail during srpm generation on koji
+
 * 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.
 

^ 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: Fix use of __isa_bits macro so it does not fail during srpm generation on koji Marcin Juszkiewicz

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