Fridrich Strba 2019-03-25 13:31:44 +00:00 committed by Git OBS Bridge
parent d70e7bcbd0
commit c21059f9d4
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 25 13:30:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Let the non-bootstrap packages obsolete their bootstrap
counterparts
-------------------------------------------------------------------
Sat Mar 23 08:27:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -107,6 +107,9 @@ is also interoperable with Java.
%package apidoc
Summary: Documentation for the Scala programming language
Group: Documentation/HTML
%if %{without bootstrap}
Obsoletes: %{base_name}-bootstrap-apidoc
%endif
%description apidoc
Scala is a general purpose programming language for the JVM that blends
@ -118,6 +121,9 @@ Summary: The swing library for the Scala programming languages
Group: Development/Libraries/Java
Requires: java >= 1.7
Requires: scala = %{version}-%{release}
%if %{without bootstrap}
Obsoletes: %{base_name}-bootstrap-swing
%endif
%description swing
This package contains the swing library for the Scala programming languages.
@ -130,6 +136,9 @@ Summary: Development files for Scala
Group: Development/Libraries/Java
Requires: ant
Requires: scala = %{version}-%{release}
%if %{without bootstrap}
Obsoletes: ant-%{base_name}-bootstrap
%endif
%description -n ant-%{name}
Scala is a general purpose programming language for the JVM that blends