From: Mu-Woong Lee Date: Mon, 8 May 2017 06:01:32 +0000 (+0900) Subject: Fix dependency issues that occur while building sensord on an old snapshot X-Git-Tag: accepted/tizen/unified/20170510.012932^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e7257b9dc0e5ff7b9ec5d4760749e10d04df6d5;p=platform%2Fcore%2Fsystem%2Fsensord.git Fix dependency issues that occur while building sensord on an old snapshot Change-Id: I328dffa4ae1c4c13f82836c68e9218d157b57f1d Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/sensord.spec b/packaging/sensord.spec index 8166693..45901e6 100644 --- a/packaging/sensord.spec +++ b/packaging/sensord.spec @@ -33,6 +33,8 @@ of the Sensor Framework. The library replaces the dummy library installed by %{n %package dummy Summary: Sensor Framework 'dummy' library Provides: %{name}-profile_tv = %{version}-%{release} +# To support old-snapshot-based package builds +Provides: libsensor.so.2 %description dummy This package provides the dummy library of the sensor internal API. @@ -43,6 +45,8 @@ Installing %{name} replaces this dummy library with the actually functional libr Summary: Internal Sensor API (Development) Group: System/Development Requires: %{name}-dummy = %{version}-%{release} +# To support old-snapshot-based package builds +Provides: libsensord-devel %description devel Internal Sensor API (Development)