public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix the requirement for 32-bit libgnutls.so.30
Date: Tue, 11 Aug 2026 10:37:25 GMT [thread overview]
Message-ID: <178644464537.1.3293017912912726904.rpms-glib2-d9cced2944e6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : d9cced2944e6df8bb539aa6116bc7d35fca4da37
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2021-06-17T16:55:12-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/d9cced2944e6df8bb539aa6116bc7d35fca4da37?branch=cve-2026-58016-f44
Log:
Fix the requirement for 32-bit libgnutls.so.30
The automatically-generated Provides for 32-bit libraries does not
include the trailing ().
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
diff --git a/glib2.spec b/glib2.spec
index 9442341..4d28b2a 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Name: glib2
Version: 2.68.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A library of handy utility functions
License: LGPLv2+
@@ -47,7 +47,7 @@ BuildRequires: python3-devel
%if 0%{?__isa_bits} == 64
Requires: libgnutls.so.30()(64bit)
%else
-Requires: libgnutls.so.30()
+Requires: libgnutls.so.30
%endif
# for GIO content-type support
@@ -240,6 +240,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
+* Thu Jun 17 2021 Stephen Gallagher <sgallagh@redhat.com> - 2.68.2-3
+- Fix the requirement for 32-bit libgnutls.so.30
+
* Thu Jun 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.2-2
- Enable GnuTLS-based GHmac in Fedora and reenable glib2-static in RHEL
- Consolidate GDesktopAppInfo changes into gdesktopappinfo.patch
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=178644464537.1.3293017912912726904.rpms-glib2-d9cced2944e6@fedoraproject.org \
--to=sgallagh@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