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
This commit is contained in:
Tomáš Chvátal 2019-12-13 11:36:29 +00:00 committed by Git OBS Bridge
parent 7828749fbf
commit d0101ff85f
3 changed files with 16 additions and 1 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">3</size>
</physicalmemory>
<disk>
<size unit="G">3</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 13 11:11:24 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add _constraints to avoid long builds because of swapping
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 4 09:21:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> Wed Dec 4 09:21:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -110,8 +110,8 @@ reference and API documentation for the Scala programming language.
%package swing %package swing
Summary: The swing library for the Scala programming languages Summary: The swing library for the Scala programming languages
Group: Development/Libraries/Java Group: Development/Libraries/Java
Requires: java >= 1.7
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: java >= 1.7
%if %{without bootstrap} %if %{without bootstrap}
Obsoletes: %{base_name}-bootstrap-swing Obsoletes: %{base_name}-bootstrap-swing
%endif %endif