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:
parent
fe9f2c55b8
commit
f87154af75
1 changed files with 5 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue