From e0a6b8e1f552a6b860084b5dd960d5c5b192293d8833de901b3ff4fd2e4a262d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 8 Jul 2021 11:13:14 +0000 Subject: [PATCH] Accepting request 904749 from home:Vogtinator:qt5.15 - Make sure iio-sensor-proxy is available (boo#1188098) OBS-URL: https://build.opensuse.org/request/show/904749 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtsensors?expand=0&rev=14 --- libqt5-qtsensors.changes | 5 +++++ libqt5-qtsensors.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libqt5-qtsensors.changes b/libqt5-qtsensors.changes index 3d4e9c9..77dee8f 100644 --- a/libqt5-qtsensors.changes +++ b/libqt5-qtsensors.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 8 11:07:17 UTC 2021 - Fabian Vogt + +- Make sure iio-sensor-proxy is available (boo#1188098) + ------------------------------------------------------------------- Tue Jun 22 19:34:02 UTC 2021 - Fabian Vogt diff --git a/libqt5-qtsensors.spec b/libqt5-qtsensors.spec index 74e5a38..acaceb9 100644 --- a/libqt5-qtsensors.spec +++ b/libqt5-qtsensors.spec @@ -62,6 +62,9 @@ Summary: Qt 5 Sensors library License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: System/Libraries %requires_ge libQt5Core5 +# Make sure that on "non-container" systems the daemon for the iio-sensor-proxy +# plugin is installed. +Requires: (iio-sensor-proxy if systemd) %description -n %{libname} The Qt Sensors API provides access to sensor hardware via QML and C++