diff --git a/SPECS/kmod-ecryptfs.spec b/SPECS/kmod-ecryptfs.spec index 7e3491e..ad5a07c 100644 --- a/SPECS/kmod-ecryptfs.spec +++ b/SPECS/kmod-ecryptfs.spec @@ -73,6 +73,11 @@ Supplements: ecryptfs-utils Recommends: ecryptfs-utils +%if "%{version}" == "4.18.0.277" && "%{release}" == "2%{?dist}" +Obsoletes: kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-1%{?dist} +%endif + + %description This package provides the required kernel module (ecryptfs) to mount devices formatted with the Encrypted filesystem that operates on the VFS layer.