From 577d6c8de06e9205af4943ac62f42ccd32a62ac6 Mon Sep 17 00:00:00 2001 From: Peter Georg Date: Jan 27 2022 12:34:21 +0000 Subject: Add obsoletes for update path --- diff --git a/SPECS/kmod-qla2xxx.spec b/SPECS/kmod-qla2xxx.spec index f4435cb..e0c6368 100644 --- a/SPECS/kmod-qla2xxx.spec +++ b/SPECS/kmod-qla2xxx.spec @@ -21,7 +21,7 @@ Name: kmod-%{pkg} Version: 4.18.0.348 -Release: 2%{?dist} +Release: 3%{?dist} Summary: QLogic Fibre Channel HBA (%{pkg}) driver License: GPLv2 and GPLv2+ @@ -59,6 +59,16 @@ Requires(post): %{_sbindir}/weak-modules Requires(postun): %{_sbindir}/weak-modules +%if "%{version}" == "4.18.0.348" && "%{release}" == "2%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-1%{?dist} +%endif + +%if "%{version}" == "4.18.0.348" && "%{release}" == "3%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-1%{?dist} +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-2%{?dist} +%endif + + %description This package provides the QLogic Fibre Channel HBA (%{pkg}) driver. Compared to the in-kernel driver this driver re-enables support for deprecated adapters: @@ -152,6 +162,9 @@ fi %changelog +* Thu Jan 27 2022 Peter Georg - 4.18.0.348-3 +- Add obsoletes for update path + * Sat Jan 22 2022 Peter Georg - 4.18.0.348-2 - Enable ppc64le