From 34ac2893502697442a21f9d092e84d84a272c581 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 13 Apr 2021 09:22:51 +0200 Subject: [PATCH] Recommend mesa-dri-drivers Previously it used to be pulled in through clutter, but since mutter switched to bundled clutter, we need to add the dep here as well to avoid accidentally losing mesa-dri-drivers in the default install. --- mutter.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index ee59296..21ecb01 100644 --- a/mutter.spec +++ b/mutter.spec @@ -10,7 +10,7 @@ Name: mutter Version: 40.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -100,6 +100,7 @@ Requires: startup-notification Requires: dbus Requires: zenity +Recommends: mesa-dri-drivers%{?_isa} Provides: firstboot(windowmanager) = mutter @@ -174,6 +175,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_datadir}/mutter-%{mutter_api_version}/tests %changelog +* Tue Apr 13 2021 Kalev Lember - 40.0-6 +- Recommend mesa-dri-drivers + * Wed Apr 07 2021 Jonas Ã…dahl - 40.0-5 - Fix crash on resume fix regression (rhbz#1946652)