From 02c1db89ecb158df31ed1644c71b01fdfd331419 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 29 Oct 2018 13:05:31 +0900 Subject: [PATCH] Fix bluez rpm installation priority The attribute of hci* execution files is not set network_fw:network_fw, if bluez rpm is installed before security-config rpm. Change-Id: Ifadd19e93397a52b14aea872bb88df9f26edc4f9 --- packaging/bluez.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/bluez.spec b/packaging/bluez.spec index 5d24ccf..e275488 100755 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -55,6 +55,7 @@ BuildRequires: readline-devel BuildRequires: udev BuildRequires: pkgconfig(libtzplatform-config) Requires: %{name}-compat = %{version}-%{release} +Requires: security-config Recommends: %{name}-profile_common = %{version}-%{release} %description -- 2.7.4