From f74aae22a4159ee84e60f972c170fe9e14b09643 Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Wed, 2 Sep 2026 20:28:49 +0800 Subject: [PATCH] fix: update rpm build scripts for openeuler (#25475) Co-authored-by: Qiu Jian --- build/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/build.sh b/build/build.sh index 70ca222b86..6b07fd4255 100755 --- a/build/build.sh +++ b/build/build.sh @@ -79,6 +79,8 @@ echo "# Yunion RPM spec %global pkgname yunion-$PKG %global homedir /var/run/%{owner} %global use_systemd $SERVICE +%global debug_package %{nil} +%global __strip /usr/bin/eu-strip Name: %{pkgname} Version: $VERSION