From b615a709138d6ec731da6ecb094192cf5f0d6b0b Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 9 May 2024 06:10:09 +0900 Subject: [PATCH] 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 fea7b061c6..9af14a2bf3 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