diff --git a/insighttoolkit.changes b/insighttoolkit.changes index 6c2590d..7a98760 100644 --- a/insighttoolkit.changes +++ b/insighttoolkit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 27 09:24:42 UTC 2022 - Jan Engelhardt + +- Resolve rpmlint report "libinsighttoolkit5.x86_64: E: + shlib-policy-name-error SONAME: libitkvnl-5.2.so.1, expected + package suffix: 5_2-1" + ------------------------------------------------------------------- Thu Feb 3 09:32:31 UTC 2022 - Guillaume GARDET diff --git a/insighttoolkit.spec b/insighttoolkit.spec index bf6d6d0..7e5c750 100644 --- a/insighttoolkit.spec +++ b/insighttoolkit.spec @@ -19,7 +19,7 @@ %global __builder ninja %define tarname ITK -%define libname lib%{name}5 +%define libname lib%{name}5_2-1 # Do not use system eigen on aarch64 until fixed upstream: # https://github.com/InsightSoftwareConsortium/ITK/issues/2903 @@ -75,7 +75,7 @@ image processing, segmentation, and registration. %package devel Summary: Development files for ITK -Requires: %{libname} = %{version} +Requires: %{libname} = %{version}-%{release} Requires: dcmtk-devel Requires: double-conversion-devel Requires: fftw3-threads-devel @@ -99,6 +99,7 @@ This package provides development files for the ITK library. %package -n %{libname} Summary: Toolkit for scientific image processing, segmentation, and registration +Conflicts: libinsighttoolkit5 %description -n %{libname} The Insight Toolkit (ITK) is a toolkit for N-dimensional scientific