Provides libsensord.so.2()(64bit) in case of aarch64 46/127446/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 27 Apr 2017 09:00:20 +0000 (18:00 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 27 Apr 2017 09:00:20 +0000 (18:00 +0900)
This is a temporary walkaround for OBS build failures

Change-Id: Iaa1f611333800160921e13c7ed8a25964c8aaab3
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/sensord.spec

index 585cf57..1106875 100644 (file)
@@ -33,7 +33,12 @@ 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}
+%ifarch aarch64
+Provides:   libsensor.so.2()(64bit)
+%else
 Provides:   libsensor.so.2
+%endif
+
 
 %description dummy
 This package provides the dummy library of the sensor internal API.