From 5ff7fcfc3a9a60f1fd009424877a768ebffaf576 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 8 Jul 2020 12:33:37 +0200 Subject: [PATCH] spec: bump obsoletes version Currently, RHEL 8.3 ships lorax-composer 28.14.49, which we want to replace. 28 <= 28.14.49, so this did not work, bump it to 29, so we do not get tripped up by bugfix releases of lorax-composer. In the event that this obsoletes should one day be reverted, we do not bump it to "infinity", so a sufficiently new version of lorax, would still be able to obolte osbuild-composer again. Signed-off-by: Tom Gundersen --- osbuild-composer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index dac75accb..ba29275f2 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -55,7 +55,7 @@ Requires: osbuild-ostree >= 17 Provides: weldr %if 0%{?rhel} -Obsoletes: lorax-composer <= 28 +Obsoletes: lorax-composer <= 29 Conflicts: lorax-composer %endif