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

ronny pushed a commit to branch chore-add-help2man-el10
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit 011c1809e392326ef0e527ac0b206129d7e4b631
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Feb 19 15:50:45 2026 +0100

    chore: Install help2man in rhel clones > 10
---
 bin/yum-dependencies.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/yum-dependencies.sh b/bin/yum-dependencies.sh
index a121edc..1079d16 100755
--- a/bin/yum-dependencies.sh
+++ b/bin/yum-dependencies.sh
@@ -112,11 +112,9 @@ dnf groupinstall -y 'Development Tools'
 # help2man is for docs
 dnf install -y sudo git wget which autoconf autoconf-archive automake 
curl-devel libicu-devel \
     libtool ncurses-devel nspr-devel zip readline-devel unzip perl \
-    createrepo xfsprogs-devel java-21-openjdk-devel rpmdevtools time
+    help2man createrepo xfsprogs-devel java-21-openjdk-devel rpmdevtools time
 if [[ ${VERSION_ID} -eq 9 ]]; then
   dnf --enablerepo=crb install -y help2man
-elif [[ ${VERSION_ID} -eq 8 ]]; then
-  dnf install -y help2man
 fi
 
 dnf install -y python3.12 python3.12-pip python3.12-wheel

Reply via email to