From d5ef91af02667d8e7239fc3d9b026ff04d9429cb Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 7 Apr 2021 10:09:21 -0700 Subject: [PATCH] Obsolete earlier packages due to version bump In order for package managers such as dnf to upgrade cleanly after the package SONAME bump the obsolete package names must be known. Update the new packages to correctly obsolete the old ones. Reviewed-by: Olaf Faaland Reviewed-by: Tony Hutter Signed-off-by: Brian Behlendorf Closes #11844 Closes #11847 --- rpm/generic/zfs.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index fea4087ee5..13e154948d 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -166,6 +166,7 @@ This package contains the core ZFS command line utilities. Summary: Native ZFS pool library for Linux Group: System Environment/Kernel Obsoletes: libzpool2 +Obsoletes: libzpool4 %description -n libzpool5 This package contains the zpool library, which provides support @@ -211,6 +212,7 @@ This library provides a variety of compatibility functions for OpenZFS: Summary: Native ZFS filesystem library for Linux Group: System Environment/Kernel Obsoletes: libzfs2 +Obsoletes: libzfs4 %description -n libzfs5 This package provides support for managing ZFS filesystems