spec: obsolete lorax-composer

osbuild-composer is a drop-in replacement of lorax-composer, and
side-by-side installation is not supported. It is still possible to
explicitly install lorax-composer and exclude osbuild-composer, but the
default is to replace lorax with osbuild on upgrades.

This change is for now only for RHEL8.3, but we should consider doing
the same for F33.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1836844

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2020-06-26 13:51:13 +02:00 committed by Ondřej Budai
parent fe9f2c55b8
commit f87154af75

View file

@ -54,6 +54,11 @@ Requires: osbuild-ostree >= 17
Provides: weldr
%if 0%{?rhel}
Obsoletes: lorax-composer <= 28
Conflicts: lorax-composer
%endif
# remove in F34
Obsoletes: golang-github-osbuild-composer < %{version}-%{release}
Provides: golang-github-osbuild-composer = %{version}-%{release}