1
0
This commit is contained in:
zhangsz
2025-02-20 20:39:35 +08:00
parent 1efc851b39
commit 83ce21d2c3
2 changed files with 13 additions and 2 deletions

View File

@@ -151,13 +151,13 @@ case $(get_os_info) in
centos|rhel)
pkgtype=rpm
RelOS=ct8
RpmPkgRename=${ProjectL}-${RelVer}.${RelOS}.${RelArch}.${pkgtype}
RpmPkgRename=${ProjectL}-r${RelVer}.${RelOS}.${RelArch}.${pkgtype}
;;
openEuler)
pkgtype=rpm
RelOS=oe20
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.rpm
RpmPkgRename=${ProjectL}-${RelVer}.${RelOS}.${RelArch}.${pkgtype}
RpmPkgRename=${ProjectL}-r${RelVer}.${RelOS}.${RelArch}.${pkgtype}
;;
*)
echo "Unsupported OS"