From c69a11e10be49cefc038842d1b112b74a5790799 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 13 Jun 2022 14:03:12 +0900 Subject: [PATCH] Add missing jemalloc-devel dependency --- dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in index 3062910196d1a..f019adb6949c7 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -262,6 +262,7 @@ Requires: bzip2-devel %if %{use_flight} Requires: c-ares-devel %endif +Requires: jemalloc-devel %if %{use_gcs} Requires: json-devel %endif