Fix dependency issues that occur while building sensord on an old snapshot 22/128222/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 8 May 2017 06:01:32 +0000 (15:01 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 8 May 2017 06:01:32 +0000 (15:01 +0900)
Change-Id: I328dffa4ae1c4c13f82836c68e9218d157b57f1d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/sensord.spec

index 8166693..45901e6 100644 (file)
@@ -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)