This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 89f6730f BIGTOP-3733. Building Logstash fails on Rocky 8 (#941)
89f6730f is described below
commit 89f6730fa2ae6ac7465855feef4272513c3b7bd2
Author: Shuhei Yamasaki <[email protected]>
AuthorDate: Tue Jul 12 13:46:02 2022 +0900
BIGTOP-3733. Building Logstash fails on Rocky 8 (#941)
(cherry picked from commit 8533740952ea15675e8ac94bb0d1f5b49aab38cb)
---
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 fc67bdc4..50dc9210 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -54,7 +54,7 @@ case ${ID}-${VERSION_ID} in
rocky-8*)
rpm -ivh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf -y check-update
- dnf -y install glibc-langpack-en hostname diffutils curl sudo unzip
wget puppet 'dnf-command(config-manager)'
+ dnf -y install glibc-langpack-en hostname diffutils curl sudo unzip
wget puppet procps-ng 'dnf-command(config-manager)'
# Install the module in the same way as Fedora 31 and CentOS 7 for
compatibility issues.
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't
seem to work in some cases.