From 68223bc7705e3350fff6b5ef7a512b503413e1c2 Mon Sep 17 00:00:00 2001 From: Yongjoo Ahn Date: Tue, 2 Jun 2026 11:04:47 +0900 Subject: [PATCH] [spec] Change db file install path from user.img to system-data.img - change db file path from `/opt/usr/dbspace` to `/opt/dbspace` by replacing - `TZ_SYS_GLOBALUSER_DATA` -> `TZ_SYS_DATA` REF: https://review.tizen.org/gerrit/c/platform/core/appfw/sppc/+/342990 https://review.tizen.org/gerrit/c/platform/core/system/resourced/+/341905 Signed-off-by: Yongjoo Ahn --- packaging/mlops-agent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/mlops-agent.spec b/packaging/mlops-agent.spec index 4929351..68e4a38 100644 --- a/packaging/mlops-agent.spec +++ b/packaging/mlops-agent.spec @@ -169,7 +169,7 @@ meson setup --buildtype=plain --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} -- --bindir=%{_bindir} --includedir=%{_includedir} \ %{enable_test} %{install_test} %{?testcoverage:-Db_coverage=true} \ %{?with_tizen:-Denable-tizen=true} \ - -Dservice-db-path=%{?with_tizen:%{TZ_SYS_GLOBALUSER_DB}}%{!?with_tizen:%{expand:%{?service_db_path}}%{?!service_db_path:.}} \ + -Dservice-db-path=%{?with_tizen:%{TZ_SYS_DB}}%{!?with_tizen:%{expand:%{?service_db_path}}%{?!service_db_path:.}} \ %{service_db_key_prefix} \ %{builddir}