From 59e4e9ef501421a5d12702e404a20fc9683ea6aa3fa21c3c78dc7e74f41359d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 10 May 2023 13:59:18 +0000 Subject: [PATCH] Accepting request 1084970 from home:fcrozat:branches:devel:gcc - Add _constraints to ensure enough disk and memory are available during build. OBS-URL: https://build.opensuse.org/request/show/1084970 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=33 --- _constraints | 11 +++++++++++ newlib.changes | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..f2d278d --- /dev/null +++ b/_constraints @@ -0,0 +1,11 @@ + + + + + 5 + + + 3 + + + diff --git a/newlib.changes b/newlib.changes index ff86358..98fdb97 100644 --- a/newlib.changes +++ b/newlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 5 07:50:27 UTC 2023 - Frederic Crozat + +- Add _constraints to ensure enough disk and memory are available + during build. + ------------------------------------------------------------------- Wed Mar 15 09:18:19 UTC 2023 - Martin Liška