From 09eee9bd81a54a389c0d1ae584e10e7980382640 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 31 May 2015 21:52:24 +0200 Subject: [PATCH] Make libXft a regular dep, not a Requires(post) one Now that pango 1.37 no longer ships and runs pango-querymodules in %post, we no longer need to have a special Requires(post) dep to make pango-querymodules work. --- pango.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index 282d5e2..b611477 100644 --- a/pango.spec +++ b/pango.spec @@ -36,7 +36,7 @@ Requires: freetype%{?_isa} >= %{freetype_version} Requires: fontconfig%{?_isa} >= %{fontconfig_version} Requires: cairo%{?_isa} >= %{cairo_version} Requires: libthai%{?_isa} >= %{libthai_version} -Requires(post): libXft%{?_isa} >= %{libXft_version} +Requires: libXft%{?_isa} >= %{libXft_version} %description Pango is a library for laying out and rendering of text, with an emphasis