From d49d31d3226082d6f4ee53a5128c7fba7f889551 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 28 Jun 2014 16:05:03 -0500 Subject: [PATCH] Requires: appstream-data --- appstream.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appstream.spec b/appstream.spec index bfe25f4..f408080 100644 --- a/appstream.spec +++ b/appstream.spec @@ -2,7 +2,7 @@ Summary: Utilities to generate, maintain and access the AppStream Xapian database Name: appstream Version: 0.6.2 -Release: 5%{?dist} +Release: 6%{?dist} # lib LGPLv3+, tools GPLv3+ License: GPLv3+ and LGPLv3+ @@ -24,6 +24,8 @@ BuildRequires: pkgconfig(packagekit-plugin) BuildRequires: xapian-core-devel BuildRequires: xmlto +Requires: appstream-data + %description AppStream-Core makes it easy to access application information from the AppStream database over a nice GObject-based interface. It uses a @@ -116,6 +118,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sat Jun 28 2014 Rex Dieter 0.6.2-6 +- Requires: appstream-data + * Sat Jun 28 2014 Rex Dieter 0.6.2-5 - backport upstream commit to fix appstream-index hang (#1098306)