Removed bundled zlib from sources and spec file

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

View File

@ -616,7 +616,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}