Skip to content

Commit

Permalink
Merge pull request #1636 from adivinho/release-9.1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho authored Feb 19, 2025
2 parents 9fcda40 + 5d0a5b0 commit 07b6641
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ install_deps() {
yum -y install epel-release
fi
if [ ${RHEL} = 8 -o ${RHEL} = 9 ]; then
PKGLIST+=" binutils-devel python3-pip python3-setuptools"
PKGLIST+=" binutils-devel python3-pip python3-setuptools libtirpc-devel"
PKGLIST+=" libcurl-devel cmake libaio-devel zlib-devel libev-devel bison make"
PKGLIST+=" rpm-build libgcrypt-devel ncurses-devel readline-devel openssl-devel"
PKGLIST+=" vim-common rpmlint patchelf python3-wheel libudev-devel"
Expand Down Expand Up @@ -355,7 +355,7 @@ install_deps() {

PKGLIST+=" bison cmake devscripts debconf debhelper automake bison ca-certificates libcurl4-openssl-dev"
PKGLIST+=" cmake debhelper libaio-dev libncurses-dev libtool libz-dev libsasl2-dev vim-common"
PKGLIST+=" libgcrypt-dev libev-dev lsb-release libudev-dev"
PKGLIST+=" libgcrypt-dev libev-dev lsb-release libudev-dev pkg-config"
PKGLIST+=" build-essential rsync libdbd-mysql-perl libnuma1 socat libssl-dev patchelf libicu-dev"
if [ "${OS_NAME}" == "bookworm" -o "${OS_NAME}" == "noble" ]; then
PKGLIST+=" libproc2-dev"
Expand All @@ -372,6 +372,9 @@ install_deps() {
if [ "${OS_NAME}" == "focal" ]; then
PKGLIST+=" gcc-10 g++-10"
fi
if [ "${OS_NAME}" == "noble" ]; then
PKGLIST+=" libtirpc-dev"
fi
if [ "${OS_NAME}" == "focal" -o "${OS_NAME}" == "bullseye" -o "${OS_NAME}" == "bookworm" -o "${OS_NAME}" == "jammy" -o "${OS_NAME}" == "noble" ]; then
PKGLIST+=" python3-sphinx python3-docutils"
else
Expand Down

0 comments on commit 07b6641

Please sign in to comment.