diff --git a/scala.changes b/scala.changes index 984ea22..ac92dc1 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 25 13:30:12 UTC 2019 - Fridrich Strba + +- Let the non-bootstrap packages obsolete their bootstrap + counterparts + ------------------------------------------------------------------- Sat Mar 23 08:27:59 UTC 2019 - Jan Engelhardt diff --git a/scala.spec b/scala.spec index 3408233..941324c 100644 --- a/scala.spec +++ b/scala.spec @@ -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