public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Check if __isa_bits is defined so we don't fail when building the SRPM
Date: Tue, 11 Aug 2026 10:37:24 GMT [thread overview]
Message-ID: <178644464488.1.13945207779931285912.rpms-glib2-cd6f9cf9a9b5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : cd6f9cf9a9b53c3a65e6cd7c6156ac0ddd05632c
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date : 2021-06-17T10:59:07-05:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/cd6f9cf9a9b53c3a65e6cd7c6156ac0ddd05632c?branch=cve-2026-58016-f44
Log:
Check if __isa_bits is defined so we don't fail when building the SRPM
I tested this with a local mockbuild, but koji has a separate stage for
building the RPM where __isa_bits is not defined.
---
diff --git a/glib2.spec b/glib2.spec
index a45ca6e..9442341 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -44,7 +44,7 @@ BuildRequires: python3-devel
# For gnutls-hmac.patch. We now dlopen libgnutls.so.30 so that we can build a
# static glib2 without depending on a static build of GnuTLS as well. This will
# ensure we notice if the GnuTLS soname bumps, so that we can update our patch.
-%if 0%{__isa_bits} == 64
+%if 0%{?__isa_bits} == 64
Requires: libgnutls.so.30()(64bit)
%else
Requires: libgnutls.so.30()
reply other threads:[~2026-08-11 10:37 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=178644464488.1.13945207779931285912.rpms-glib2-cd6f9cf9a9b5@fedoraproject.org \
--to=mcatanzaro@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