From a14497b3fffb23a6d4a08bf97995ddb62e9b7172 Mon Sep 17 00:00:00 2001 From: h_xuming <2298061238@qq.com> Date: Wed, 5 Jun 2024 14:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86ashmem=E7=9A=84=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=BB=8E1=E6=94=B9=E6=88=900?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- communication_ipc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/communication_ipc.spec b/communication_ipc.spec index 460c163..6700285 100644 --- a/communication_ipc.spec +++ b/communication_ipc.spec @@ -7,12 +7,12 @@ %global binder_dest_path /usr/lib/modules/%(uname -r)/binder %global ashmem_dest_path /usr/lib/modules/%(uname -r)/ashmem -%define with_ashmem 1 +%define with_ashmem 0 %define with_install_ko 0 Name: communication_ipc Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Inter-process communication (IPC) and Remote Procedure Call (RPC) License: Apache-2.0 and GPL-2.0 URL: https://gitee.com/openharmony/communication_ipc @@ -224,6 +224,9 @@ insmod /%{ashmem_dest_path}/*.ko %endif %changelog +# Wed Jun 05 2024 Hong Xu Ming <2298061238@qq.com> - 1.0.0-4 +- modify the definition with_ashmem from 1 to 0 + * Wed Dec 20 2023 Peng He - 1.0.0-3 - correct default ethernet interface from enp7s0 to eth0