From afa81cfccc04686e9753d542ae1e8866893ff66e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jul 2016 09:59:44 -0500 Subject: [PATCH] wayland: Requires: xorg-x11-server-Xwayland --- kwin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kwin.spec b/kwin.spec index b85fac9..9a51040 100644 --- a/kwin.spec +++ b/kwin.spec @@ -7,7 +7,7 @@ Name: kwin Version: 5.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -129,6 +129,7 @@ Summary: KDE Window Manager with experimental Wayland support Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-common%{?_isa} = %{version}-%{release} Requires: kwayland-integration%{?_isa} >= %{majmin_ver} +Requires: xorg-x11-server-Xwayland # KWinQpaPlugin BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -271,6 +272,9 @@ fi %changelog +* Thu Jul 14 2016 Rex Dieter - 5.7.1-3 +- -wayland: Requires: xorg-x11-server-Xwayland + * Thu Jul 14 2016 Rex Dieter - 5.7.1-2 - -wayland: KWinQpaPlugin uses private Qt5 apis, BR: qt5-qtbase-private-devel