From 5eb3e3a43faadc5c4f70133e017918d59ba6f665 Mon Sep 17 00:00:00 2001 From: Peter Georg Date: Jan 27 2022 13:31:46 +0000 Subject: Add obsoletes for update path --- diff --git a/SPECS/kmod-mptspi.spec b/SPECS/kmod-mptspi.spec index 30e1128..3e41f0f 100644 --- a/SPECS/kmod-mptspi.spec +++ b/SPECS/kmod-mptspi.spec @@ -21,7 +21,7 @@ Name: kmod-%{pkg} Version: 4.18.0.80 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fusion MPT SPI Host (%{pkg}) driver License: GPLv2 @@ -59,6 +59,16 @@ Requires(post): %{_sbindir}/weak-modules Requires(postun): %{_sbindir}/weak-modules +%if "%{version}" == "4.18.0.80" && "%{release}" == "4%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-3%{?dist} +%endif + +%if "%{version}" == "4.18.0.80" && "%{release}" == "5%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-3%{?dist} +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-4%{?dist} +%endif + + %description This package provides the Fusion MPT SPI Host (%{pkg}) driver. Compared to the in-kernel driver this driver is not restricted to the virtualization use case. @@ -140,6 +150,9 @@ fi %changelog +* Thu Jan 27 2022 Peter Georg - 4.18.0.80-5 +- Add obsoletes for update path + * Sat Jan 22 2022 Peter Georg - 4.18.0.80-4 - Enable ppc64le