This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new a9f50a9  ARROW-5097: [Packaging][CentOS6] Remove needless dependencies
a9f50a9 is described below

commit a9f50a99e340614f56e9b102b9202d66346dfd70
Author: Kouhei Sutou <[email protected]>
AuthorDate: Wed Apr 3 13:13:04 2019 +0200

    ARROW-5097: [Packaging][CentOS6] Remove needless dependencies
    
    Author: Kouhei Sutou <[email protected]>
    
    Closes #4100 from kou/packaging-centos-6-rpm-fix-dependency and squashes 
the following commits:
    
    e6ed35ebf <Kouhei Sutou>  Remove needless dependencies
---
 dev/tasks/linux-packages/yum/arrow.spec.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev/tasks/linux-packages/yum/arrow.spec.in 
b/dev/tasks/linux-packages/yum/arrow.spec.in
index 8507a05..d59aaed 100644
--- a/dev/tasks/linux-packages/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/yum/arrow.spec.in
@@ -129,9 +129,13 @@ License:   Apache-2.0
 Requires:      boost-system
 Requires:      boost-filesystem
 Requires:      boost-regex
+%if %{_centos_ver} >= 7
 Requires:      double-conversion
+%endif
 Requires:      gflags
+%if %{_centos_ver} >= 7
 Requires:      glog
+%endif
 Requires:      libzstd
 Requires:      lz4
 Requires:      snappy

Reply via email to