[webkitgtk4] Decrease debuginfo verbosity on s390x

Tomas Popela tpopela at fedoraproject.org
Thu Feb 19 08:33:15 UTC 2015


commit dcabb46365c8577318f146d367611acd0af9071f
Author: Tomas Popela <tpopela at redhat.com>
Date:   Thu Feb 19 09:32:46 2015 +0100

    Decrease debuginfo verbosity on s390x

 webkitgtk4.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk4.spec b/webkitgtk4.spec
index 5b4a9fa..e36ed25 100644
--- a/webkitgtk4.spec
+++ b/webkitgtk4.spec
@@ -122,7 +122,7 @@ rm -rf Source/ThirdParty/qunit/
 
 # Decrease debuginfo even on ix86 because of:
 # https://bugs.webkit.org/show_bug.cgi?id=140176
-%ifarch s390 %{arm} %{ix86}
+%ifarch s390 s390x %{arm} %{ix86}
 # Decrease debuginfo verbosity to reduce memory consumption even more
 %global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
 %endif
@@ -212,6 +212,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 * Thu Feb 19 2015 Tomas Popela <tpopela at redhat.com> - 2.7.90-8
 - Fix crash in CLoop
 - Forgot to reset the release number so continuing with 8
+- Decrease the debuginfo verbosity on s390x
 
 * Wed Feb 18 2015 Tomas Popela <tpopela at redhat.com> - 2.7.90-7
 - Update to 2.7.90


More information about the scm-commits mailing list