This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new b715ab2c8 BIGTOP-4522. Fix installation failure of Puppet on openEuler 
22.03 (#1383)
b715ab2c8 is described below

commit b715ab2c89d18d6c9a3e19aae16d84794dde790f
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri May 8 17:24:23 2026 +0900

    BIGTOP-4522. Fix installation failure of Puppet on openEuler 22.03 (#1383)
    
    (cherry picked from commit 72e4db98c95ff7e9bce6f0020db2a3c118db48c0)
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index 7aefc44ec..c19017c52 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -71,7 +71,7 @@ case ${ID}-${VERSION_ID} in
         dnf config-manager --set-enabled codeready-builder-for-rhel-8-rhui-rpms
         ;;
     openEuler-*)
-        dnf -y install hostname curl sudo unzip wget ruby ruby-devel vim 
systemd-devel findutils 'dnf-command(config-manager)' nc initscripts 
openeuler-lsb openssl-devel make gcc-c++ openEuler-rpm-config python3-pip 
python3-devel dbus
+        dnf -y install hostname curl sudo unzip wget ruby ruby-devel vim 
systemd-devel findutils 'dnf-command(config-manager)' nc initscripts 
openeuler-lsb openssl-devel make gcc-c++ openEuler-rpm-config python3-pip 
python3-devel dbus libffi-devel
         # openEuler ruby version is 3.X,so use puppet-7.22.0.
         gem install puppet:7.22.0 xmlrpc sync sys-filesystem
         puppet module install puppetlabs-stdlib --version 4.12.0

Reply via email to