From 4fedb292ed2682dcab0f839e2f9cbf9238db04df Mon Sep 17 00:00:00 2001 From: liujiangbin11 Date: Mon, 19 May 2025 11:03:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20SPEC=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=89=88=E6=9C=AC=E5=8F=B7=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oedp/build/constants.sh | 2 +- oedp/build/oedp.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oedp/build/constants.sh b/oedp/build/constants.sh index d199bbf..529ef5f 100644 --- a/oedp/build/constants.sh +++ b/oedp/build/constants.sh @@ -26,5 +26,5 @@ BUILD_SCRIPT_DIR="${PROJECT_DIR}"/build # 存放构建中间产物的暂存目录 TEMP_DIR="${PROJECT_DIR}"/temp # 打包目录 -PACKING_DIR_NAME=oedp-1.1.0-3 +PACKING_DIR_NAME=oedp-1.1.0 PACKING_DIR="${TEMP_DIR}/${PACKING_DIR_NAME}" \ No newline at end of file diff --git a/oedp/build/oedp.spec b/oedp/build/oedp.spec index 94de45c..8424e19 100644 --- a/oedp/build/oedp.spec +++ b/oedp/build/oedp.spec @@ -1,6 +1,6 @@ %define _python_bytecompile_errors_terminate_build 0 Name: oedp -Version: 1.1.0-3 +Version: 1.1.0 Release: release_number Summary: openEuler deploy tool License: MulanPSL-2.0 -- Gitee