From 09eee9bd81a54a389c0d1ae584e10e7980382640 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 31 2015 19:53:56 +0000 Subject: 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. --- 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