From 78d867a7c3f3bb048d7f046e62cd0556a799c677 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Jun 21 2017 07:54:56 +0000 Subject: Take two on increasing the DIE limit --- diff --git a/webkitgtk4.spec b/webkitgtk4.spec index ed8b1f1..7bec9f9 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.17.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -147,6 +147,10 @@ rm -rf Source/ThirdParty/qunit/ # Decreases the size for x86_64 from ~5G to ~1.1G. # https://bugzilla.redhat.com/show_bug.cgi?id=1456261 %global _dwz_max_die_limit 250000000 +# The _dwz_max_die_limit is being overridden by the arch specific ones from the +# redhat-rpm-config so we need to set the arch specific ones as well - now it +# is only needed for x86_64. +%global _dwz_max_die_limit_x86_64 250000000 %ifarch s390 aarch64 # Use linker flags to reduce memory consumption - on other arches the ld.gold is @@ -264,6 +268,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Jun 21 2017 Tomas Popela - 2.17.4-2 +- Take two on increasing the DIE limit as the _dwz_max_die_limit is being + overridden by the arch specific ones from the redhat-rpm-config + * Mon Jun 19 2017 Tomas Popela - 2.17.4-1 - Update to 2.17.4 - Increase the DIE limit so our debuginfo packages could be size optimized - rhbz#1456261