From e6b6c7c63fc372f2baf15f5c910fdc0ee4fb27ee Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Thu, 7 Aug 2025 10:23:03 +0300 Subject: [PATCH] PKG-1032 Packaging tasks for release - PXB 8.0.35-34 --- .../innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh b/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh index f16ae613c8cc..37b53a246aec 100644 --- a/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh +++ b/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh @@ -270,7 +270,7 @@ install_deps() { PKGLIST+=" rpm-build libgcrypt-devel ncurses-devel readline-devel openssl-devel gcc-c++" PKGLIST+=" vim-common rpmlint patchelf python3-wheel libudev-devel" if [ ${RHEL} = 9 -o ${RHEL} = 10 ]; then - PKGLIST+=" rsync procps-ng-devel python3-sphinx libquadmath-devel" + PKGLIST+=" rsync procps-ng-devel python3-sphinx" else if [ x"$ARCH" = "xx86_64" ]; then yum-config-manager --enable powertools