From 49b54c2f04212af5e07675e4f296118c829669d1 Mon Sep 17 00:00:00 2001 From: Peter Georg Date: Jan 27 2022 13:11:56 +0000 Subject: Add obsoletes for update path --- diff --git a/SPECS/kmod-ntfs3.spec b/SPECS/kmod-ntfs3.spec index 469c787..9e358dd 100644 --- a/SPECS/kmod-ntfs3.spec +++ b/SPECS/kmod-ntfs3.spec @@ -21,7 +21,7 @@ Name: kmod-%{pkg} Version: 4.18.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NTFS filesystem support License: GPLv2 and GPLv2+ @@ -167,6 +167,16 @@ Requires(post): %{_sbindir}/weak-modules Requires(postun): %{_sbindir}/weak-modules +%if "%{version}" == "4.18.0.0" && "%{release}" == "2%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-1%{?dist} +%endif + +%if "%{version}" == "4.18.0.0" && "%{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 required kernel module (ntfs3) to mount devices formatted with the Windows OS native file system (NTFS) up to version 3.1. @@ -235,6 +245,9 @@ fi %changelog +* Thu Jan 27 2022 Peter Georg - 4.18.0.0-3 +- Add obsoletes for update path + * Sat Jan 22 2022 Peter Georg - 4.18.0.0-2 - Enable ppc64le