From 9f9bb3e9287ef98d424d647a5432aba1696698794fabf4e08edb8cdbd64b56a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 20 Aug 2020 13:10:52 +0000 Subject: [PATCH] Accepting request 828191 from home:marxin:branches:mozilla:Factory - Use new memoryperjob _constraints instead of %limit_build macro. OBS-URL: https://build.opensuse.org/request/show/828191 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=852 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 6 ------ _constraints | 6 ++++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 33b2fc5..6fc6506 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 20 13:07:33 UTC 2020 - Martin Liška + +- Use new memoryperjob _constraints instead of %limit_build macro. + ------------------------------------------------------------------- Mon Aug 10 09:19:38 UTC 2020 - Wolfgang Rosenauer diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 4c54f75..f7d7993 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -82,7 +82,6 @@ BuildRequires: autoconf213 BuildRequires: dbus-1-glib-devel BuildRequires: dejavu-fonts BuildRequires: fdupes -BuildRequires: memory-constraints %if 0%{?suse_version} <= 1320 BuildRequires: gcc9-c++ %else @@ -430,11 +429,6 @@ echo "export MOZ_TELEMETRY_REPORTING=1" echo "" cat << EOF %else -%ifarch ppc64 ppc64le -%limit_build -m 2500 -%else -%limit_build -m 2000 -%endif cat << EOF > $MOZCONFIG %endif mk_add_options MOZILLA_OFFICIAL=1 diff --git a/_constraints b/_constraints index 443eb28..8c6fedd 100644 --- a/_constraints +++ b/_constraints @@ -7,6 +7,9 @@ 8 + + 2000 + @@ -54,6 +57,9 @@ 10 + + 2500 +