From 9badd5c9aeb56397a6bbc8a3d19af5fd31ea79ab Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Wed, 12 Jul 2023 10:01:52 +0200 Subject: [PATCH] move gtk3 only to tests sub-package mutter doesn't need gtk3 anymore but its testing system still requires it. Moving the dependency to the tests subpackage only. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2177077 Signed-off-by: Sandro Bonazzola --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index 1fd5758..b115701 100644 --- a/mutter.spec +++ b/mutter.spec @@ -87,7 +87,6 @@ BuildRequires: pkgconfig(xwayland) Requires: control-center-filesystem Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version} Requires: gnome-settings-daemon -Requires: gtk3%{?_isa} >= %{gtk3_version} Requires: gtk4%{?_isa} >= %{gtk4_version} Requires: json-glib%{?_isa} >= %{json_glib_version} Requires: libinput%{?_isa} >= %{libinput_version} @@ -129,6 +128,7 @@ utilities for testing Metacity/Mutter themes. %package tests Summary: Tests for the %{name} package Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: gtk3%{?_isa} >= %{gtk3_version} %description tests The %{name}-tests package contains tests that can be used to verify