From a7234e954f67166932554f2841a0591dd921174f Mon Sep 17 00:00:00 2001 From: heppen Date: Thu, 14 Dec 2023 17:32:35 +0800 Subject: [PATCH] Update config system deps --- 0001-update-system-deps.patch | 35 +++++++++++++++++++++++++++++++++++ ft_engine.spec | 6 +++++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 0001-update-system-deps.patch diff --git a/0001-update-system-deps.patch b/0001-update-system-deps.patch new file mode 100644 index 0000000..63b5279 --- /dev/null +++ b/0001-update-system-deps.patch @@ -0,0 +1,35 @@ +From a3610b0a3aaedc3e80373f6fd76b1b71b9b77982 Mon Sep 17 00:00:00 2001 +From: heppen +Date: Thu, 14 Dec 2023 17:18:17 +0800 +Subject: [PATCH] update system deps + +--- + build/configs/system_deps.toml | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +diff --git a/build/configs/system_deps.toml b/build/configs/system_deps.toml +index 02c834b..18aba2b 100755 +--- a/build/configs/system_deps.toml ++++ b/build/configs/system_deps.toml +@@ -43,6 +43,17 @@ package_deps = [ + "cjson-devel", + # GPU render + "openssl-devel", +- "distributed-utils", ++ "distributed-beget", ++ "distributedhardware_device_manager", ++ "commonlibrary_c_utils", ++ "notification_eventhandler", ++ "communication_ipc", ++ "communication_dsoftbus", ++ "security_device_auth", ++ "security_huks", ++ "security_device_security_level", ++ "security_dataclassification", ++ "systemabilitymgr_safwk", ++ "systemabilitymgr_samgr", + "distributed-build", + ] +-- +2.33.0 + diff --git a/ft_engine.spec b/ft_engine.spec index af6e7b7..68e67e0 100644 --- a/ft_engine.spec +++ b/ft_engine.spec @@ -15,12 +15,13 @@ Name: ft_engine Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ft_engine consists of window display and window management, providing the core capabilities of the Windows engine. License: Apache-2.0 URL: https://gitee.com/openeuler/ft_engine Source0: https://gitee.com/openeuler/ft_engine/repository/archive/ft_engine-1.0.0.tar.gz +Patch0: 0001-update-system-deps.patch BuildRequires: clang python3 python3-pip python-toml tar cmake ninja-build compiler-rt BuildRequires: llvm-devel gtest-devel harfbuzz-devel libxml2-devel libpng-devel libicu wayland-devel libdrm-devel systemd-pam systemd-devel libexif-devel cjson-devel @@ -376,5 +377,8 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Nov 14 2023 Peng He - 1.0.0-2 +- Update requires + * Tue Oct 10 2023 xieyijun3 - 1.0.0-1 -