From: Maciej Wereski Date: Wed, 11 May 2016 07:19:22 +0000 (+0200) Subject: Provide virtual package bluetooth-scripts X-Git-Tag: accepted/tizen/ivi/20160615.070247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fivi%2F20160615.070247;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Provide virtual package bluetooth-scripts This patch replaces previous strict and profile-specific dependency to "bluetooth-tools-no-firmware" with virtual one to "bluetooth-scripts". This change is necessary to resolve file conflict between this package and board-specific firmware provided by bluetooth-firmware-bcm-* packages. Conflict was caused by providing following scripts: * /etc/bluetooth/bt-dev-start.sh (or symbolic link with this name) * /etc/bluetooth/bt-dev-end.sh by both projects mentioned above. Change-Id: Idba7daec43db5a63ccdfb651740f2cc5cd04c461 Signed-off-by: Maciej Wereski Signed-off-by: Pawel Wieczorek --- diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index 67f88c5..f960934 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -9,9 +9,7 @@ Source1001: bluetooth-address.service BuildRequires: cmake Suggests: bluetooth-share Requires: tizen-platform-config-tools -%if "%{profile}" != "mobile" -Requires : bluetooth-tools-no-firmware -%endif +Requires: bluetooth-scripts %description Tools fo bluetooth run/stop and set address @@ -21,6 +19,7 @@ Summary: On/Off Bluetooth adapter Group: Network & Connectivity/Bluetooth Requires: %{name} = %{version}-%{release} Requires: rfkill +Provides: bluetooth-scripts Conflicts: bluetooth-firmware-bcm %description no-firmware