From c610ed14d1046c4837984005ae62e40f57b1d71b Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 14 Feb 2023 02:02:23 +0000 Subject: [PATCH] Fix duplicated installation of unit test The preference-unit-tests installation was duplicated. This patch removes the duplicated installation. After this patch is applied, The file is only installed by the unittests package. Change-Id: I54415ea4d912333852642f8f3ded3e9236b61a57 Signed-off-by: Hwankyu Jhun --- packaging/capi-appfw-preference.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/capi-appfw-preference.spec b/packaging/capi-appfw-preference.spec index 4d5dff1..fdd1a7e 100644 --- a/packaging/capi-appfw-preference.spec +++ b/packaging/capi-appfw-preference.spec @@ -130,7 +130,6 @@ genhtml %{name}.info -o out --legend --show-details %{_libdir}/libcapi-appfw-preference.so.* %attr(0700,root,root) %{_bindir}/preference_tool %attr(755,root,root) /opt/etc/dump.d/module.d/pref_dump.sh -%attr(755,root,root) %{_bindir}/preference-unit-tests %license LICENSE %files devel -- 2.34.1