require/recommend dbus-send

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=82
This commit is contained in:
Christophe Giboudeaux 2022-07-06 13:27:50 +00:00 committed by Git OBS Bridge
parent c8185f70c6
commit c75b42fb42
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 6 06:22:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Require dbus-send. Needed to install/uninstall scripts
downloaded using knewstuff
-------------------------------------------------------------------
Thu Feb 17 12:41:53 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -69,7 +69,8 @@ BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(poppler-qt5)
BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(yaz)
Recommends: %{name}-lang = %{version}
# Needed to install/uninstall knewstuff downloads
Requires: /usr/bin/dbus-send
# QWebEngine is not available on ppc
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
BuildRequires: cmake(Qt5WebEngineWidgets)