Accepting request 756800 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/756800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:17:54 +00:00 committed by Git OBS Bridge
commit ceeda51463
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