diff --git a/script/tools/pkg_rpm_update.sh b/script/tools/pkg_rpm_update.sh index b0512a689ec707684f26f219315dea0c15b56a22..3515a6fce1098cea7e40b6b24dd4798f32f1943d 100755 --- a/script/tools/pkg_rpm_update.sh +++ b/script/tools/pkg_rpm_update.sh @@ -730,7 +730,7 @@ function prepare_env(){ # Main function function main(){ - ebs_proj_list=(openEuler:22.03:LTS:SP1) + ebs_proj_list=(openEuler:22.03:LTS:SP1 openEuler:22.03:LTS:SP2) if [ $1 == "openEuler:Mainline" ];then echo "openEuler:Mainline not need update" exit 3