[packages/liborc] - rel 2, ignore unresolved symbol in protobuf lib
baggins
baggins at pld-linux.org
Fri Sep 26 18:30:36 CEST 2025
commit ec762e94fa9ce965474985283149953218bd5e05
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Sep 26 20:30:15 2025 +0200
- rel 2, ignore unresolved symbol in protobuf lib
liborc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/liborc.spec b/liborc.spec
index 814b68e..0b420c6 100644
--- a/liborc.spec
+++ b/liborc.spec
@@ -13,7 +13,7 @@ Summary: Apache ORC - small, fast columnar storage for Hadoop workloads
Summary(pl.UTF-8): Apache ORC - małym, szybki kolumnowy format przechowywania danych dla zadań Hadoopa
Name: liborc
Version: 2.2.0
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries
Source0: https://downloads.apache.org/orc/orc-%{version}/orc-%{version}.tar.gz
@@ -39,6 +39,9 @@ Requires: cpuinfo(avx512vl)
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# _ZN6google8protobuf8internal15ThreadSafeArena13thread_cache_E
+%define skip_post_check_so liborc.so.*
+
%description
ORC is a self-describing type-aware columnar file format designed for
Hadoop workloads. It is optimized for large streaming reads, but with
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/liborc.git/commitdiff/ec762e94fa9ce965474985283149953218bd5e05
More information about the pld-cvs-commit
mailing list