diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 6fb4fa4a8796e0ad1108eb5ffef602fb5549eea8..85f9adf7b891326213b37e607167d43f2534ea80 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: ima-evm-utils Version: 1.4 @@ -43,7 +43,7 @@ Requires: %{name} = %{version}-%{release} This package provides the header files for %{name} %prep -%setup -q +%autosetup -p1 %build autoreconf -vif @@ -54,14 +54,17 @@ autoreconf -vif %make_install find %{buildroot} -type f -name "*.la" -delete -%ldconfig_scriptlets +%generate_compatibility_deps %files %license COPYING +%dir %{abidir} %{_bindir}/evmctl # if you need to bump the soname version, coordinate with dependent packages %{_libdir}/libimaevm.so.3* %{_mandir}/man1/evmctl* +%{abidir}/evmctl-option.list +%{abidir}/libimaevm.dump %files doc %doc NEWS README AUTHORS @@ -72,6 +75,9 @@ find %{buildroot} -type f -name "*.la" -delete %{_libdir}/libimaevm.so %changelog +* Thu Feb 23 2023 Kaihao Bai - 1.4-3 +- update dump related spec + * Sun Oct 09 2022 mgb01105731 - 1.4-2 - add doc package