From cb57a478e062e112d864357e552d50a4ece83c5f Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 20 May 2025 13:48:31 +0200 Subject: [PATCH] Removed bundled zlib from sources and spec file Related: RHEL-91358 --- firefox.spec | 1 - process-official-tarball | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a18c105..b3f27e3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -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) diff --git a/process-official-tarball b/process-official-tarball index a2c456b..73cb6b4 100755 --- a/process-official-tarball +++ b/process-official-tarball @@ -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}