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++