summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/bluetooth-share.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/bluetooth-share.spec b/packaging/bluetooth-share.spec
index 99589fd..97fddf8 100644
--- a/packaging/bluetooth-share.spec
+++ b/packaging/bluetooth-share.spec
@@ -1,7 +1,7 @@
Name: bluetooth-share
Summary: Bluetooth file share Agent
Version: 0.9.0
-Release: 0
+Release: 1
Group: Network & Connectivity/Bluetooth
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
@@ -101,7 +101,7 @@ install -D -m 0755 %{SOURCE1002} %{buildroot}%{TZ_SYS_UPGRADE_SCRIPTS}
%check
%if 0%{?gcov:1}
LD_LIBRARY_PATH=lib LD_PRELOAD=tests/libbt-share-mock.so tests/bt-share-gtest
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info
genhtml %{name}.info -o out --legend --show-details
%endif