From 561d542db8de55e9d96dee0eab86110f4e9c1e42 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 1 Nov 2024 15:48:54 +0800 Subject: [PATCH] drop useless icu build requirement --- safwk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/safwk.spec b/safwk.spec index 1263765..d0cd49a 100644 --- a/safwk.spec +++ b/safwk.spec @@ -6,7 +6,7 @@ Name: systemabilitymgr_safwk Version: 1.0.0 -Release: 5 +Release: 6 Summary: System ability manager License: Apache-2.0 Url: https://gitee.com/openharmony/systemabilitymgr_safwk @@ -21,7 +21,7 @@ Patch1: 0000-remove-dependency-on-hitrace-safwk.patch Patch2: 0001-feat-for-embedded-fix-config_safwk-include_dirs.patch BuildRequires: gcc, make, hilog, libboundscheck -BuildRequires: libatomic,libicu-devel, libxml2-devel, cjson-devel +BuildRequires: libatomic, libxml2-devel, cjson-devel BuildRequires: distributed-build, distributed-beget BuildRequires: commonlibrary_c_utils BuildRequires: notification_eventhandler @@ -109,6 +109,9 @@ ln -s /usr/include/safwk/system_ability.h %{safwk_path}/interfaces/innerkits/saf %{build_opt}/* %changelog +* Fri Nov 01 2024 Funda Wang - 1.0.0-6 +- drop useless icu build requirement + * Tue Apr 2 2024 s_c_c - 1.0.0-5 - Fix BUILD.gn sysroot path for embedded -- Gitee