From ba5fde77a3e5d7be9515eb062e254932f4a8a10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 31 Jul 2019 20:23:06 +0200 Subject: [PATCH] Avoid accidental soname version bumps --- ima-evm-utils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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