From 0783e1e7a75ffcc9e08456467b4b4138f36ce37a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 16 Sep 2015 21:04:48 +0200 Subject: [PATCH] Avoid an explicit library dep Remove explicit 'Requires: libXrandr%{?_isa}' -- it serves no purpose now that the previous commit removed the version constraint. --- gtk3.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk3.spec b/gtk3.spec index af98e47..ff3c4ce 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -75,7 +75,6 @@ Requires(post): pango%{?_isa} >= %{pango_version} Requires: cairo%{?_isa} >= %{cairo_version} Requires: cairo-gobject%{?_isa} >= %{cairo_version} Requires: libepoxy%{?_isa} >= %{epoxy_version} -Requires: libXrandr%{?_isa} %if 0%{?with_wayland} Requires: libwayland-client%{?_isa} >= %{wayland_version} Requires: libwayland-cursor%{?_isa} >= %{wayland_version}