No more include not used file in the package 89/89789/1 accepted/tizen/common/20160929.163012 accepted/tizen/ivi/20160929.081435 accepted/tizen/mobile/20160929.081443 accepted/tizen/tv/20160929.081425 accepted/tizen/wearable/20160929.081418 submit/tizen/20160928.071137
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 27 Sep 2016 05:15:18 +0000 (14:15 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 27 Sep 2016 05:16:28 +0000 (14:16 +0900)
Change-Id: Iab23c338f23930dc4e8081be8e5f144e87fcae9f
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
packaging/resourced.spec
resourced_tests.manifest [deleted file]

index 05b3748..bc1a4ad 100644 (file)
@@ -46,9 +46,6 @@ Source2:    resourced-cpucgroup.service
 %define exclude_list_file_name resourced_proc_exclude.ini
 %define exclude_list_ro_path /etc/%{exclude_list_file_name}
 %define exclude_list_rw_path %{TZ_SYS_ETC}/%{exclude_list_file_name}
-%define database_full_path %{TZ_SYS_GLOBALUSER_DB}/.resourced-datausage.db
-
-%define logging_storage_db_full_path %{TZ_SYS_GLOBALUSER_DB}/.resourced-heart-storage.db
 
 %define rd_config_path /etc/resourced
 
@@ -162,9 +159,6 @@ install -D scripts/resourced_upgrade.sh %{buildroot}%{upgrade_file_path}/scripts
 %if %{?heart_module} == ON
        mkdir -p %{buildroot}/%{TZ_SYS_GLOBALUSER_DATA}/heart
        mkdir -p %{buildroot}/%{TZ_SYS_GLOBALUSER_DB}
-       sqlite3 --line %{buildroot}%{logging_storage_db_full_path} 'PRAGMA journal_mode = WAL'
-       touch %{buildroot}%{logging_storage_db_full_path}-shm
-       touch %{buildroot}%{logging_storage_db_full_path}-wal
 %endif
 
 %if %{?cpu_module} == OFF
@@ -229,9 +223,6 @@ fi
 %if %{?heart_module} == ON
        %config %{rd_config_path}/heart.conf
        %attr(700, root, root) %{TZ_SYS_ETC}/dump.d/module.d/dump_heart_data.sh
-       %attr(644, root, root) %{logging_storage_db_full_path}
-       %attr(644, root, root) %{logging_storage_db_full_path}-shm
-       %attr(644, root, root) %{logging_storage_db_full_path}-wal
 %endif
 #mem-stress
 %if %{?mem_stress} == ON
diff --git a/resourced_tests.manifest b/resourced_tests.manifest
deleted file mode 100644 (file)
index 79f9a2f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
-