From 8f98b2d5eb8884534767669e4ce46b2d2340dc291324998d1a9ae2782ecf8d55 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jul 2019 07:36:44 +0000 Subject: [PATCH 1/2] 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 From fb379bcc1235a94692738743f6c227b43690b4abc7c06da06bf88604e366fd00 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 9 Jul 2019 10:09:47 +0000 Subject: [PATCH 2/2] Accepting request 714186 from home:marxin:branches:devel:tools:building - Add _constraints file for aarch64 to specify a minimum build disk size OBS-URL: https://build.opensuse.org/request/show/714186 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=367 --- _constraints | 1 + cmake.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_constraints b/_constraints index 4a3809f..f4e17a8 100644 --- a/_constraints +++ b/_constraints @@ -1,6 +1,7 @@ + aarch64 ppc64 ppc64le diff --git a/cmake.changes b/cmake.changes index eb75b2d..2ec1509 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 9 09:18:28 UTC 2019 - Martin Liška + +- Add _constraints file for aarch64 + to specify a minimum build disk size + ------------------------------------------------------------------- Fri Jul 5 11:47:34 UTC 2019 - Michel Normand