From d2837e1a685882c5b993946c43caa6d4d80d7859 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Thu, 30 Jun 2022 10:46:34 +0900 Subject: [PATCH] Remove installation of not existing file The iot-headless-power.so had been removed. Change-Id: I4d45191e70e354934b5991a7f601afdd79e5ae17 Signed-off-by: Youngjae Cho --- packaging/deviced.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/deviced.spec b/packaging/deviced.spec index 326d3fd..caa06af 100644 --- a/packaging/deviced.spec +++ b/packaging/deviced.spec @@ -257,7 +257,6 @@ mv %{_sysconfdir}/deviced/input-profile-iot-headless.conf %{_sysconfdir}/deviced mv %{_sysconfdir}/deviced/power-profile-iot-headless.conf %{_sysconfdir}/deviced/power.conf mkdir -p %{_libdir}/deviced mv %{_libdir}/iot-headless-input-handler.so %{_libdir}/deviced/input-handler.so -mv %{_libdir}/iot-headless-power.so %{_libdir}/deviced/power.so mv %{_libdir}/iot-headless-battery.so %{_libdir}/deviced/battery.so %files -- 2.7.4