Removes bundled zlib from tarball

We're using the system one.

Related: RHEL-92618
This commit is contained in:
Jan Horak 2025-05-20 15:07:56 +02:00 committed by Eike Rathke
parent 15ef18cf32
commit 6e6bf73d1d
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,8 @@ rm -vr ./process-tarball-dir/*/comm/third_party/rust/wast/tests/parse-fail/confu
# 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}

View File

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