Requires: appstream-data

This commit is contained in:
Rex Dieter 2014-06-28 16:05:03 -05:00
parent 92f797cd41
commit d49d31d322

View File

@ -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 <rdieter@fedoraproject.org> 0.6.2-6
- Requires: appstream-data
* Sat Jun 28 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.2-5
- backport upstream commit to fix appstream-index hang (#1098306)