From 7af9e2ed42eeb717fbdddaf182404c4e74ac9300 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Sun, 19 Apr 2020 19:15:59 +0200 Subject: [PATCH] Requires: dbus-x11 --- tigervnc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index 7b13988..1802db6 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -89,7 +89,7 @@ Requires(postun): systemd Requires(post): systemd Requires: mesa-dri-drivers, xkeyboard-config, xorg-x11-xkb-utils -Requires: tigervnc-license +Requires: tigervnc-license, dbus-x11 %description server-minimal The VNC system allows you to access the same desktop from a wide @@ -280,6 +280,10 @@ install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sun Apr 19 2020 Jan Grulich - 1.10.1-5 +- Requires: dbus-x11 + Resolves: bz#1825331 + * Fri Mar 13 2020 Olivier Fourdan - 1.10.1-4 - Fix build with xserver 1.20.7