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

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


The following commit(s) were added to refs/heads/main by this push:
     new 783a0023ff GH-37648: [Packaging][Linux] Fix 
libarrow-glib-dev/arrow-glib-devel dependencies (#37714)
783a0023ff is described below

commit 783a0023ffdb020b8bf20098e6bffff463a83541
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Sep 15 11:33:37 2023 +0900

    GH-37648: [Packaging][Linux] Fix libarrow-glib-dev/arrow-glib-devel 
dependencies (#37714)
    
    ### Rationale for this change
    
    Apache Arrow C GLib depends on Acero. So 
`libarrow-glib-dev`/`arrow-glib-devel` should depend on 
`libarrow-acero-dev`/`arrow-acero-devel`.
    
    ### What changes are included in this PR?
    
    Fix dependencies.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    Yes.
    * Closes: #37648
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/linux-packages/apache-arrow/debian/control.in | 2 +-
 dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/tasks/linux-packages/apache-arrow/debian/control.in 
b/dev/tasks/linux-packages/apache-arrow/debian/control.in
index 8c1bab8d05..f08fc05bfc 100644
--- a/dev/tasks/linux-packages/apache-arrow/debian/control.in
+++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in
@@ -317,7 +317,7 @@ Multi-Arch: same
 Depends:
   ${misc:Depends},
   libglib2.0-dev,
-  libarrow-dev (= ${binary:Version}),
+  libarrow-acero-dev (= ${binary:Version}),
   libarrow-glib1400 (= ${binary:Version}),
   gir1.2-arrow-1.0 (= ${binary:Version})
 Suggests: libarrow-glib-doc
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 6a87e19cd3..4691f9e543 100644
--- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
@@ -562,7 +562,7 @@ This package contains the libraries for Apache Arrow GLib.
 %package glib-devel
 Summary:       Libraries and header files for Apache Arrow GLib
 License:       Apache-2.0
-Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-acero-devel = %{version}-%{release}
 Requires:      %{name}%{major_version}-glib-libs = %{version}-%{release}
 Requires:      glib2-devel
 Requires:      gobject-introspection-devel

Reply via email to