From dbd58119bbeca004e31ccc001e214c7011466d9d Mon Sep 17 00:00:00 2001 From: "hk57.kim" Date: Tue, 4 Apr 2017 16:28:12 +0900 Subject: [PATCH] error fix for Unified profile - This is for Tizen 4.0. - fix issue of having choice of .so files for Unified profile Change-Id: I199be4ff8072fcc84e331cae34853b8239c40bc8 Signed-off-by: hk57.kim --- packaging/ug-bluetooth-efl.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/ug-bluetooth-efl.spec b/packaging/ug-bluetooth-efl.spec index 8ee0dbc..763e769 100644 --- a/packaging/ug-bluetooth-efl.spec +++ b/packaging/ug-bluetooth-efl.spec @@ -1,3 +1,7 @@ +# Do not create provides from emulator .so files because the main package +# should anchor any reverse-dependencies +%global __provides_exclude_from ^(.*\\.emulator)$ + %define _optdir /opt %define _usrdir /usr %define _ugdir %{_usrdir}/ug -- 2.7.4