From ba5fde77a3e5d7be9515eb062e254932f4a8a10c Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 31 2019 18:23:06 +0000 Subject: Avoid accidental soname version bumps --- diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index b384aa4..c738c30 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -54,7 +54,9 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete %doc ChangeLog README AUTHORS %license COPYING %{_bindir}/* -%{_libdir}/libimaevm.so.* +# if you need to bump the soname version, coordinate with dependent packages +%{_libdir}/libimaevm.so.1 +%{_libdir}/libimaevm.so.1.0.0 %{_mandir}/man1/* %changelog