From 8f98b2d5eb8884534767669e4ce46b2d2340dc291324998d1a9ae2782ecf8d55 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jul 2019 07:36:44 +0000 Subject: [PATCH] Accepting request 713610 from home:michel_mno:branches:devel:tools:building - Add _constraints file for PowerPC to specify a minimum build disk size OBS-URL: https://build.opensuse.org/request/show/713610 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=366 --- _constraints | 13 +++++++++++++ cmake.changes | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..4a3809f --- /dev/null +++ b/_constraints @@ -0,0 +1,13 @@ + + + + ppc64 + ppc64le + + + + 6 + + + + diff --git a/cmake.changes b/cmake.changes index dcb9b7d..eb75b2d 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 5 11:47:34 UTC 2019 - Michel Normand + +- Add _constraints file for PowerPC + to specify a minimum build disk size + ------------------------------------------------------------------- Tue Jul 2 07:44:21 UTC 2019 - Martin Liška