From 2f16338cab32ded1814fb1bf99419cbd3be33d1ab861ea2007f8156f52ab9daf Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 9 Sep 2019 12:34:45 +0000 Subject: [PATCH] Accepting request 726478 from home:michel_mno:branches:devel:libraries:c_c++ - Add _constraints for PowerPC to avoid OOM at build time OBS-URL: https://build.opensuse.org/request/show/726478 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=40 --- _constraints | 13 +++++++++++++ libaio.changes | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..8025de2 --- /dev/null +++ b/_constraints @@ -0,0 +1,13 @@ + + + + ppc64 + ppc64le + + + + 4096 + + + + diff --git a/libaio.changes b/libaio.changes index 4cf7812..fe6e34e 100644 --- a/libaio.changes +++ b/libaio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 08:41:21 UTC 2019 - Michel Normand + +- Add _constraints for PowerPC to avoid OOM at build time + ------------------------------------------------------------------- Wed Jul 31 12:37:41 UTC 2019 - Tomáš Chvátal