diff --git a/.github/build/rpm.sh b/.github/build/rpm.sh index f0c34bd75..ba40a8203 100755 --- a/.github/build/rpm.sh +++ b/.github/build/rpm.sh @@ -209,8 +209,8 @@ build_prod() { eval "$cmd" cmd="find $root_rpms -name $prod-$ver-$rel*\.rpm -exec mv '{}' $root_repos \; $verbosity_level" eval "$cmd" - cmd="mv -f $root_repos/$prod-$ver-$rel*\.rpm $root_repos/ $verbosity_level" - eval "$cmd" + # cmd="mv -f $root_repos/$prod-$ver-$rel*\.rpm $root_repos/${prod}-$ver-$rel.noarch.rpm $verbosity_level" # file name is the same + # eval "$cmd" postcmd $? echo