public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xpra] f43: Add wireshark as required package
@ 2026-06-21 17:16 Antonio Trande
  0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-06-21 17:16 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xpra
Branch : f43
Commit : a738b6055a1b7b1f42643c59bd0bebdd84ca58db
Author : Antonio Trande <sagitter@fedoraproject.org>
Date   : 2026-06-18T16:52:52+02:00
Stats  : +13/-12 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xpra/c/a738b6055a1b7b1f42643c59bd0bebdd84ca58db?branch=f43

Log:
Add wireshark as required package

---
diff --git a/xpra.spec b/xpra.spec
index c96406a..b1be425 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -126,28 +126,29 @@ Sessions can be accessed over SSH, or password protected over plain TCP sockets.
 Xpra is usable over reasonably slow links and does its best to adapt to changing
 network bandwidth constraints.
 
-%package -n %{name}-client-gnome
-Summary:			Gnome integration for the xpra client
-Requires:			%{name}-client-gtk3%{?_isa} = 1:%{version}-%{release}
-Requires:			gnome-shell-extension-appindicator
+%package -n     %{name}-client-gnome
+Summary:        Gnome integration for the xpra client
+Requires:       %{name}-client-gtk3%{?_isa} = 1:%{version}-%{release}
+Requires:       gnome-shell-extension-appindicator
 %description -n %{name}-client-gnome
 This package installs the GNOME Shell extensions
 that can help in restoring the system tray functionality.
 It also includes the gnome_shell_extension extension which
 is required for querying and activating keyboard input sources.
 
-%package -n %{name}-client-gtk3
-Summary:			GTK3 xpra client
-BuildRequires:		xclip
-Requires:			%{name}%{?_isa} = 1:%{version}-%{release}
+%package -n     %{name}-client-gtk3
+Summary:        GTK3 xpra client
+BuildRequires:  xclip
+Requires:       %{name}%{?_isa} = 1:%{version}-%{release}
 %description -n %{name}-client-gtk3
 This package contains the GTK3 xpra client.
 
-%package -n %{name}-plugin-lua
-Summary:			Wireshark/tshark Lua dissector for the Xpra remote display protocol
-BuildRequires:		wireshark-devel
+%package -n     %{name}-plugin-lua
+Summary: Wireshark/tshark Lua dissector for the Xpra remote display protocol
+BuildRequires:  wireshark-devel
 %{?lua_version:Requires: lua(abi) = %{lua_version}}
-Requires:			%{name}%{?_isa} = 1:%{version}-%{release}
+Requires:       %{name}%{?_isa} = 1:%{version}-%{release}
+Requires:       wireshark%{?_isa}
 %description -n %{name}-plugin-lua
 The dissector registers on TCP port 14500 (xpra default) and also
 installs a heuristic detector so it picks up traffic on any port.

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

only message in thread, other threads:[~2026-06-21 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21 17:16 [rpms/xpra] f43: Add wireshark as required package Antonio Trande

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