Removed bundled zlib from sources and spec file

Related: RHEL-91348
This commit is contained in:
Jan Horak 2025-05-20 13:48:31 +02:00 committed by Eike Rathke
parent ea5c4efc1b
commit 95c7aefddd
2 changed files with 2 additions and 1 deletions

View File

@ -617,7 +617,6 @@ Provides: bundled(woff2)
Provides: bundled(xsimd)
Provides: bundled(xz-embedded)
Provides: bundled(ycbcr)
Provides: bundled(zlib)
Provides: bundled(zstd)
Provides: bundled(Zycore)
Provides: bundled(Zydis)

View File

@ -20,6 +20,8 @@ rm -vf ./process-tarball-dir/*/third_party/python/pip/pip-24.0.dist-info/AUTHORS
# We uses system freetype2
rm -vrf ./process-tarball-dir/*/modules/freetype2
# We use system zlib
rm -vrf ./process-tarball-dir/*/modules/zlib
processed_tarball=${1/source/processed-source}