From 2eeff1d09fadf6ac69a9b64482ff57400d62bad1 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 20 May 2025 15:07:56 +0200 Subject: [PATCH] Removes bundled zlib from tarball We're using the system one. Related: RHEL-91353 --- process-official-tarball | 2 ++ thunderbird.spec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/process-official-tarball b/process-official-tarball index c3f4077..9b6e82c 100755 --- a/process-official-tarball +++ b/process-official-tarball @@ -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} diff --git a/thunderbird.spec b/thunderbird.spec index a1fa1fc..ba7fc3e 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -484,7 +484,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)