From cd632ba96255aa52e359c3ded3e79cc89f269762 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 15 Apr 2024 17:42:03 +0300 Subject: [PATCH] rpm2 --- CI/travis/ci-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/travis/ci-linux.sh b/CI/travis/ci-linux.sh index a5a5a14..e676c9e 100644 --- a/CI/travis/ci-linux.sh +++ b/CI/travis/ci-linux.sh @@ -4,7 +4,7 @@ set -x handle_centos() { local package=$1 - yum -y install yum-utils gcc rpm + yum -y install yum-utils gcc rpm-build rpmdevtools yum config-manager --set-enabled powertools yum localinstall -y $package export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON .."