File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/packaging/project Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ function compile_deps_el8() {
347347
348348function install_deps_el9() {
349349 dnf -y install $BUILD_DEPS_REDHAT_9 $FPM_DEPS_REDHAT_9
350- gem install fpm
350+ gem install fpm -v 1.17.0
351351}
352352function compile_deps_el9() {
353353
@@ -430,7 +430,7 @@ function compile_deps_el9() {
430430
431431function install_deps_el10() {
432432 dnf -y install $BUILD_DEPS_REDHAT_10 $FPM_DEPS_REDHAT_10
433- gem install fpm
433+ gem install fpm -v 1.17.0
434434}
435435function compile_deps_el10() {
436436 # install libunistring
@@ -536,12 +536,12 @@ EOF
536536 make install
537537 popd ; popd
538538
539- gem install fpm -v 1.17.0
540539}
541540
542541function install_deps_amzn2023() {
543542 yum groupinstall -y ' Development Tools'
544543 dnf install -y $BUILD_DEPS_AMAZON $FPM_DEPS_AMAZON
544+ gem install fpm -v 1.17.0
545545
546546
547547 pushd /opt
You can’t perform that action at this time.
0 commit comments