SHA256
1
0
forked from pool/discover

- Switch to more generic appstream-provider and PackageKit requires

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=88
This commit is contained in:
Fabian Vogt 2017-06-26 16:10:48 +00:00 committed by Git OBS Bridge
parent b45953cbce
commit e7d165bbd6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 26 16:07:56 UTC 2017 - fabian@ritter-vogt.de
- Switch to more generic appstream-provider and PackageKit requires
-------------------------------------------------------------------
Sun Jun 25 11:33:21 UTC 2017 - fabian@ritter-vogt.de

View File

@ -56,10 +56,14 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
Requires: AppStream
Requires: PackageKit-backend-zypp
Requires: PackageKit
Requires: kirigami2
Requires: libqt5-qtquickcontrols2
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
Requires: appstream-provider
%else
Requires: libzypp-plugin-appdata
%endif
%if %{with lang}
Recommends: %{name}-lang
%endif