public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Fix use of __isa_bits macro so it does not fail during srpm generation on koji
Date: Tue, 28 Jul 2026 16:48:25 GMT [thread overview]
Message-ID: <178525730559.1.18406757612928938183.rpms-jss-b1e89ac5fcaa@fedoraproject.org> (raw)
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.
reply other threads:[~2026-07-28 16:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178525730559.1.18406757612928938183.rpms-jss-b1e89ac5fcaa@fedoraproject.org \
--to=mjuszkiewicz@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox