From: SangYoun Kwak Date: Thu, 26 Sep 2024 10:23:56 +0000 (+0900) Subject: packaging: Disable sensor-recorder when profile is movable X-Git-Tag: accepted/tizen/unified/20240930.083349^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_9.0_unified;p=platform%2Fcore%2Fapi%2Fsensor.git packaging: Disable sensor-recorder when profile is movable To disable sensor-recorder when profile is movable, condition is modified to set SENSOR_RECORDER as off when "%{mv_prj}" is not "1". Change-Id: I4a42e80912e02b45e19d9aca40ee36a8fc7f9a12 Signed-off-by: SangYoun Kwak --- diff --git a/packaging/capi-system-sensor.spec b/packaging/capi-system-sensor.spec index 7a737c7..381d78e 100644 --- a/packaging/capi-system-sensor.spec +++ b/packaging/capi-system-sensor.spec @@ -6,7 +6,7 @@ Group: System/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -%if "%{?profile}" != "tv" +%if "%{?profile}" != "tv" && "%{mv_prj}" != "1" %define SENSOR_RECORDER on %else %define SENSOR_RECORDER off