This is an automated email from the ASF dual-hosted git repository.
raulcd 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 5eaf553bfc GH-48044: [Packaging][RPM][Parquet] Don't install
`parquet-glib.pc` by `parquet-devel` (#48045)
5eaf553bfc is described below
commit 5eaf553bfc7aa639fd67bd622b6b808e71fbba39
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Nov 4 20:00:22 2025 +0900
GH-48044: [Packaging][RPM][Parquet] Don't install `parquet-glib.pc` by
`parquet-devel` (#48045)
### Rationale for this change
If `parquet-devel` installs `parquet-glib.pc`, `parquet-devel` depends on
`parquet-glib-devel` automatically. It's not an expected behavior.
`parquet-devel` should not depend on `parquet-glib-devel`.
### What changes are included in this PR?
Don't install `parquet-glib.pc` by `parquet-devel`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #48044
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 32bd076e82..28feb1c6bb 100644
--- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
@@ -596,7 +596,7 @@ Libraries and header files for Apache Parquet C++.
%{_libdir}/cmake/Parquet/
%{_libdir}/libparquet.a
%{_libdir}/libparquet.so
-%{_libdir}/pkgconfig/parquet*.pc
+%{_libdir}/pkgconfig/parquet.pc
%package -n %{name}%{so_version}-glib-libs
Summary: Runtime libraries for Apache Arrow GLib