From c64a52dc61325a39852c98a0c455ff5d3e507ea8 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 21 Jun 2023 13:03:36 +0800 Subject: [PATCH] replace buildrequire openssl with compat-openssl11 --- distributed-utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/distributed-utils.spec b/distributed-utils.spec index 400cfff..dd23c76 100644 --- a/distributed-utils.spec +++ b/distributed-utils.spec @@ -23,7 +23,7 @@ Name: distributed-utils Version: 1.0.0 -Release: 1 +Release: 2 Summary: Distributed middleware used components. License: Apache-2.0 Url: https://gitee.com/openharmony/ @@ -60,7 +60,7 @@ Patch11: 0011-remove-dependency-and-adapt-for-build-device_manager.patch Patch12: 0012-remove-dependency-and-adapt-for-build-device_security_level.patch BuildRequires: python3-jinja2 python3-pyyaml cjson cjson-devel -BuildRequires: libatomic libicu-devel libxml2-devel openssl-devel +BuildRequires: libatomic libicu-devel libxml2-devel compat-openssl11-devel BuildRequires: distributed-build hilog %description @@ -152,7 +152,7 @@ header_out_path="out/openeuler/innerkits/linux-arm64" %endif %ifarch x86_64 module_out_path="out/openeuler/linux_clang_x86_64" -header_out_path="out/openeuler/linux-x86_64" +header_out_path="out/openeuler/innerkits/linux-x86_64" %endif # copy shared libs and static libs. @@ -208,5 +208,8 @@ cp -rvf single_include/nlohmann %{buildroot}/%{_includedir}/nlohmann_json/single /usr/bin/* %changelog +* Wed Jun 21 2023 Ge Wang - 1.0.0-2 +- replace buildrequire from openssl to compat-openssl11 + * Tue Jun 20 2023 hepeng - 1.0.0-1 - add components used by distributed middleware. -- Gitee