public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wireshark] f43: Enable HTTP/3 support on F43+ only
@ 2026-09-22 19:30 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-22 19:30 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/wireshark
            Branch : f43
            Commit : d00b96d9eba7390838313968dae58057272cb35c
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2025-12-10T21:26:21-05:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/wireshark/c/d00b96d9eba7390838313968dae58057272cb35c?branch=f43

            Log:
            Enable HTTP/3 support on F43+ only

So far, packages which are adding nghttp3/ngtcp2 dependencies are doing so
only for F43+; possible support in ELN (RHEL 11) is still TBD.

---
diff --git a/wireshark.spec b/wireshark.spec
index 0104afb..b324e62 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -3,10 +3,12 @@
 %global with_maxminddb 1
 %global plugins_version 4.6
 
+%bcond http3 %[0%{?fedora} >= 43]
+
 Summary:	Network traffic analyzer
 Name:		wireshark
 Version:	4.6.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Epoch:		1
 License:	BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib)
 Url:		http://www.wireshark.org/
@@ -83,7 +85,9 @@ Buildrequires:	speexdsp-devel
 #needed for sdjournal external capture interface
 BuildRequires:	systemd-devel
 BuildRequires:	libnghttp2-devel
+%if %{with http3}
 BuildRequires:	libnghttp3-devel
+%endif
 BuildRequires:	systemd-rpm-macros
 BuildRequires:	lz4-devel
 BuildRequires:	snappy-devel
@@ -277,6 +281,9 @@ fi
 %{_libdir}/cmake/%{name}/*.cmake
 
 %changelog
+* Thu Dec 11 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 1:4.6.1-3
+- Enable HTTP/3 support on F43+ only
+
 * Tue Dec 09 2025 Alexey Kurov <nucleo@fedoraproject.org> - 1:4.6.1-2
 - BuildRequires: libnghttp3-devel - needed for HTTP3 support
 

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

only message in thread, other threads:[~2026-09-22 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 19:30 [rpms/wireshark] f43: Enable HTTP/3 support on F43+ only Yaakov Selkowitz

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