From 465aa02962303cc3949b0ea12d50420132b2e786 Mon Sep 17 00:00:00 2001 From: Taejin Woo Date: Thu, 23 Jun 2016 11:41:47 +0900 Subject: [PATCH] Add manifast file for rule Change-Id: I268ae5fc71690ffbe664378376ef9c2da2c623a7 Signed-off-by: Taejin Woo --- bluetooth-firmware-bcm.manifest | 5 +++++ packaging/bluetooth-firmware-bcm.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 bluetooth-firmware-bcm.manifest diff --git a/bluetooth-firmware-bcm.manifest b/bluetooth-firmware-bcm.manifest new file mode 100644 index 0000000..75b0fa5 --- /dev/null +++ b/bluetooth-firmware-bcm.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bluetooth-firmware-bcm.spec b/packaging/bluetooth-firmware-bcm.spec index 64106c5..b060c34 100644 --- a/packaging/bluetooth-firmware-bcm.spec +++ b/packaging/bluetooth-firmware-bcm.spec @@ -58,6 +58,7 @@ cat %{_builddir}/%{name}-%{version}/LICENSE.Broadcom >> %{buildroot}/usr/share/l %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh +%manifest %{name}.manifest %post exynos3250 rm -rf %{_prefix}/etc/bluetooth/bt-dev-start.sh @@ -73,6 +74,7 @@ ln -s %{_prefix}/etc/bluetooth/bt-dev-start-exynos3250.sh %{_prefix}/etc/bluetoo %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-exynos3250.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh /usr/share/license/%{name} +%manifest %{name}.manifest %post artik rm -rf %{_prefix}/etc/bluetooth/bt-dev-start.sh @@ -87,3 +89,4 @@ ln -s %{_prefix}/etc/bluetooth/bt-dev-start-artik.sh %{_prefix}/etc/bluetooth/bt %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-artik.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh /usr/share/license/%{name} +%manifest %{name}.manifest -- 2.7.4