public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Make gnutls-hmac.patch RHEL-only
@ 2026-08-11 10:37 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 3a5973966ccaf23f7d7dbf27070762d74b837bc1
Author : Kalev Lember <klember@redhat.com>
Date   : 2021-02-04T21:28:20+01:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/3a5973966ccaf23f7d7dbf27070762d74b837bc1?branch=cve-2026-58016-f44

Log:
Make gnutls-hmac.patch RHEL-only

---
diff --git a/glib2.spec b/glib2.spec
index 4dab614..a46f338 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -7,12 +7,11 @@ License: LGPLv2+
 URL: http://www.gtk.org
 Source0: http://download.gnome.org/sources/glib/2.67/glib-%{version}.tar.xz
 
+%if 0%{?rhel}
 # Required for RHEL core crypto components policy.
 # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903
 Patch0: gnutls-hmac.patch
-
-# For gnutls-hmac.patch
-BuildRequires: pkgconfig(gnutls)
+%endif
 
 BuildRequires: chrpath
 BuildRequires: gcc
@@ -27,6 +26,10 @@ BuildRequires: libselinux-devel
 BuildRequires: meson
 # for sys/sdt.h
 BuildRequires: systemtap-sdt-devel
+%if 0%{?rhel}
+# For gnutls-hmac.patch
+BuildRequires: pkgconfig(gnutls)
+%endif
 BuildRequires: pkgconfig(libelf)
 BuildRequires: pkgconfig(libffi)
 BuildRequires: pkgconfig(libpcre)

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

only message in thread, other threads:[~2026-08-11 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:37 [rpms/glib2] cve-2026-58016-f44: Make gnutls-hmac.patch RHEL-only Kalev Lember

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