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