Skip to content

Commit

Permalink
chore(ci/linux-packages): remove explicit arrow-glib-devel dependency (
Browse files Browse the repository at this point in the history
…apache#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 apache#1839.
  • Loading branch information
kou authored May 8, 2024
1 parent 0fe5383 commit b615a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/linux-packages/yum/apache-arrow-adbc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b615a70

Please sign in to comment.