From 8f2c0e1f1fcb48503269faf2e78ef444a6ceff2d Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 11 May 2016 09:19:22 +0200 Subject: [PATCH] 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 --- packaging/bluetooth-tools.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.7.4