diff options
author | Brian Behlendorf <[email protected]> | 2021-04-07 10:09:21 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-07 10:09:21 -0700 |
commit | d5ef91af02667d8e7239fc3d9b026ff04d9429cb (patch) | |
tree | 50283949154d92f64a8db72b242d5f7b65d80132 /rpm | |
parent | aa5a4eb5d0d7dff475333c4cdd00b79a3164c862 (diff) |
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 <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11844
Closes #11847
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index fea4087ee..13e154948 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 |