Fix gcov build error 62/307562/1 accepted/tizen/unified/20240313.134813 accepted/tizen/unified/20240313.135746 accepted/tizen/unified/20240315.032910 accepted/tizen/unified/x/20240314.073504
authorDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:18:33 +0000 (13:18 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:18:33 +0000 (13:18 +0900)
Change-Id: I90de86a8b8f87d2b53bd55b3d0cef0289d06fbd3
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/capi-network-ua.spec

index c20a2011d5847f16b1d7359827e5ea9dc46d9c89..aaafaab688fafb4c634d2d49166e533bfd22ef6b 100644 (file)
@@ -1,7 +1,7 @@
 Name: capi-network-ua
 Summary: User Awareness Framework CAPI
 Version: 0.14.6
-Release: 1
+Release: 2
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
 
@@ -89,7 +89,7 @@ tar xf %{name}-gcov.tar -C %{buildroot}%{_datadir}/gcov/obj
 LD_LIBRARY_PATH=. LD_PRELOAD=tests/unittest/libuser-awareness-mock.so tests/unittest/tct-user-awareness-core
 %endif
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info --exclude "*/unittest/*"
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info --exclude "*/unittest/*"
 genhtml %{name}.info -o out --legend --show-details
 %endif