From 5db3741c969254f991a6b4445571c61d5e5a813a Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Sat, 25 Feb 2023 09:53:21 +0800 Subject: [PATCH] Add conflicts for libisal (cherry picked from commit a57f4ec80677c78e83769680590087e398edb730) --- isa-l.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/isa-l.spec b/isa-l.spec index da3dff3..871e5de 100644 --- a/isa-l.spec +++ b/isa-l.spec @@ -2,7 +2,7 @@ %define isal_devname libisa-l-devel Name: isa-l Version: 2.30.0 -Release: 1 +Release: 2 Summary: Intelligent Storage Acceleration Library License: BSD-3-Clause URL: https://github.com/intel/isa-l @@ -18,6 +18,7 @@ applications. Summary: Dynamic library for isa-l functions License: BSD-3-Clause Obsoletes: %{name} < %{version} +Conflicts: libisal %description -n %{isal_libname} This package contains the libisal.so dynamic library which contains a collection of optimized low-level functions targeting storage @@ -66,5 +67,8 @@ find %{?buildroot} -name *.la -print0 | xargs -r0 rm -f %{_libdir}/pkgconfig/libisal.pc %changelog +* Sat Feb 25 2023 yaoxin - 2.30.0-2 +- Add conflicts for libisal + * Sat Aug 28 2021 liyanan - 2.30.0-1 - package init -- Gitee