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-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new b615a7091 chore(ci/linux-packages): remove explicit arrow-glib-devel 
dependency (#1840)
b615a7091 is described below

commit b615a709138d6ec731da6ecb094192cf5f0d6b0b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu May 9 06:10:09 2024 +0900

    chore(ci/linux-packages): remove explicit arrow-glib-devel dependency 
(#1840)
    
    RPM generates dependencies automatically based on package contents such
    as `.pc`. Let's use it instead of specifying `arrow-glib-devel`
    explicitly by `Requires:`.
    
    Fixes #1839.
---
 ci/linux-packages/yum/apache-arrow-adbc.spec.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/linux-packages/yum/apache-arrow-adbc.spec.in 
b/ci/linux-packages/yum/apache-arrow-adbc.spec.in
index fea7b061c..9af14a2bf 100644
--- a/ci/linux-packages/yum/apache-arrow-adbc.spec.in
+++ b/ci/linux-packages/yum/apache-arrow-adbc.spec.in
@@ -319,7 +319,6 @@ Summary:    Libraries and header files for Apache Arrow 
GLib integration
 License:       Apache-2.0
 Requires:      %{name}-arrow-glib%{major_version_native}-libs = 
%{version}-%{release}
 Requires:      %{name}-glib-devel = %{version}-%{release}
-Requires:      arrow-glib-devel
 
 %description arrow-glib-devel
 Libraries and header files for Apache Arrow GLib integration

Reply via email to