From d0101ff85fe18e43f15b9785b0ee70291489e7b517c2ad9e09e30b005a5dd227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Dec 2019 11:36:29 +0000 Subject: [PATCH] Accepting request 756788 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Add _constraints to avoid long builds because of swapping OBS-URL: https://build.opensuse.org/request/show/756788 OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=33 --- _constraints | 10 ++++++++++ scala.changes | 5 +++++ scala.spec | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..d0f11ec --- /dev/null +++ b/_constraints @@ -0,0 +1,10 @@ + + + + 3 + + + 3 + + + diff --git a/scala.changes b/scala.changes index 8d3107d..b0c497a 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 13 11:11:24 UTC 2019 - Guillaume GARDET + +- Add _constraints to avoid long builds because of swapping + ------------------------------------------------------------------- Wed Dec 4 09:21:06 UTC 2019 - Dominique Leuenberger diff --git a/scala.spec b/scala.spec index 1f8ca23..bb9f852 100644 --- a/scala.spec +++ b/scala.spec @@ -110,8 +110,8 @@ reference and API documentation for the Scala programming language. %package swing Summary: The swing library for the Scala programming languages Group: Development/Libraries/Java -Requires: java >= 1.7 Requires: %{name} = %{version}-%{release} +Requires: java >= 1.7 %if %{without bootstrap} Obsoletes: %{base_name}-bootstrap-swing %endif