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.
This commit is contained in:
parent
66d48f2c40
commit
09eee9bd81
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user