diff --git a/tellico.changes b/tellico.changes index 03ded03..4131b7d 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 6 06:22:18 UTC 2022 - Christophe Giboudeaux + +- Require dbus-send. Needed to install/uninstall scripts + downloaded using knewstuff + ------------------------------------------------------------------- Thu Feb 17 12:41:53 UTC 2022 - Wolfgang Bauer diff --git a/tellico.spec b/tellico.spec index a55fae3..1ca7dcf 100644 --- a/tellico.spec +++ b/tellico.spec @@ -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)