Commits

Sutou Kouhei authored 91629540c7c
ARROW-13065: [Packaging][RPM] Add missing required LZ4 version information If we use old LZ4 (< 1.8.0, that is installed on old CentOS installation), the following error is occurred: /lib64/libarrow.so.400: undefined symbol: LZ4F_resetDecompressionContext Closes #10521 from kou/rpm-lz4-version Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>