summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2017-11-16 16:24:02 +0100
committerRichard Hughes <richard@hughsie.com>2017-11-16 15:29:30 +0000
commitee78ef75d21478f787d20dd5778ff16ec15ea776 (patch)
tree3312ee1a94e2bc58777b1bf44b17518d89154280
parent562772dd8fd7d78b773477ad381552e2e6efcdf0 (diff)
downloadappstream-glib-ee78ef75d21478f787d20dd5778ff16ec15ea776.tar.gz
Trivial: Set minimal required version for pngquant in the sample .spec file
commit 562772 introduced the usage of pngquant (by calling out to the binary) and makes use of the --strip parameter, which was introduced in version 2.8 of pngquant.
-rw-r--r--contrib/libappstream-glib.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in
index 419a38a..97e38bd 100644
--- a/contrib/libappstream-glib.spec.in
+++ b/contrib/libappstream-glib.spec.in
@@ -69,7 +69,7 @@ GLib headers and libraries for appstream-glib.
%package builder
Summary: Library and command line tools for building AppStream metadata
Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: pngquant
+Requires: pngquant >= 2.8
%description builder
This library and command line tool is used for building AppStream metadata