From: SangYoun Kwak Date: Fri, 13 Jan 2023 08:21:13 +0000 (+0900) Subject: Modify the requirement of devel package X-Git-Tag: accepted/tizen/unified/20230119.053209~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e549ac219a4e9c00406c33bf6f8d5af57f30424;p=platform%2Fcore%2Fsystem%2Fsensord.git Modify the requirement of devel package The "devel" package gives hint about libraries to use the "sensor" package to the other packages. Before this commit, the "devel" package required the "sensor-dummy" package. It was valid when the "sensor-dummy" has "libsensor.so.4". But now, the "sensor-dummy" has no real "libsensor.so.4" but has "libsensor-dummy.so" so the other packages which requires the package "sensor" will require "libsensor-dummy.so", which is not correct. Modifying the requirement of devel package as the "sensord" will fix this. Change-Id: I25eaa772bcfd7edbee46aaf823adfef36630f70e Signed-off-by: SangYoun Kwak --- diff --git a/packaging/sensord.spec b/packaging/sensord.spec index 643863c5..407863e4 100644 --- a/packaging/sensord.spec +++ b/packaging/sensord.spec @@ -52,7 +52,7 @@ Installing %{name} replaces this dummy library with the actually functional libr %package devel Summary: Internal Sensor API (Development) Group: System/Development -Requires: %{name}-dummy = %{version}-%{release} +Requires: %{name} = %{version}-%{release} # To support old-snapshot-based package builds #Provides: libsensord-devel