Skip to content

Commit 8b6f827

Browse files
committed
ARROW-10857: [Packaging] Follow PowerTools repository name change on CentOS 8
Closes #8871 from kou/packaging-centos-8-powertools Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 2884700 commit 8b6f827

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/release/verify-yum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ have_flight=yes
4646
have_gandiva=yes
4747
have_glib=yes
4848
have_parquet=yes
49-
install_command="dnf install -y --enablerepo=PowerTools"
49+
install_command="dnf install -y --enablerepo=powertools"
5050
case "${distribution}-${distribution_version}" in
5151
centos-7)
5252
cmake_pakcage=cmake3

dev/tasks/linux-packages/apache-arrow-release/yum/centos-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG DEBUG
2222
RUN \
2323
quiet=$([ "${DEBUG}" = "yes" ] || echo "--quiet") && \
2424
dnf install -y ${quiet} epel-release && \
25-
dnf install --enablerepo=PowerTools -y ${quiet} \
25+
dnf install --enablerepo=powertools -y ${quiet} \
2626
rpm-build \
2727
rpmdevtools && \
2828
dnf clean ${quiet} all

dev/tasks/linux-packages/apache-arrow/yum/centos-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG DEBUG
2525
RUN \
2626
quiet=$([ "${DEBUG}" = "yes" ] || echo "--quiet") && \
2727
dnf install -y ${quiet} epel-release && \
28-
dnf install --enablerepo=PowerTools -y ${quiet} \
28+
dnf install --enablerepo=powertools -y ${quiet} \
2929
bison \
3030
boost-devel \
3131
brotli-devel \

0 commit comments

Comments
 (0)