public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/wireshark] f43: Enable HTTP/3 support on F43+ only
Date: Tue, 22 Sep 2026 19:30:20 GMT	[thread overview]
Message-ID: <179010542080.1.9099482703592167756.rpms-wireshark-d00b96d9eba7@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-09-22 19:30 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=179010542080.1.9099482703592167756.rpms-wireshark-d00b96d9eba7@fedoraproject.org \
    --to=yselkowi@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