From 5e0d1cd1d89342b613bc7a6564c06345d3f15ce4 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Tue, 24 Nov 2020 17:38:14 -0500 Subject: [PATCH] qubes.ShowInTerminal requires socat --- rpm_spec/core-agent.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm_spec/core-agent.spec.in b/rpm_spec/core-agent.spec.in index 9e7e984..0ec54e0 100644 --- a/rpm_spec/core-agent.spec.in +++ b/rpm_spec/core-agent.spec.in @@ -119,7 +119,7 @@ Summary: The Qubes core files for VM Group: Qubes Vendor: Invisible Things Lab License: GPL -URL: http://www.qubes-os.org +URL: https://www.qubes-os.org Conflicts: firewalld Requires: xdg-utils @@ -141,6 +141,8 @@ Requires: python%{python3_pkgversion}-pyxdg Requires: python%{python3_pkgversion}-daemon # for qvm-feature-request Requires: python%{python3_pkgversion}-qubesdb +# for qubes.ShowInTerminal RPC service +Requires: socat Requires: ImageMagick Requires: librsvg2-tools Requires: zenity