From a089d9d2a2188dba51f447ae4fb68bd2e88a1223 Mon Sep 17 00:00:00 2001 From: Kaihao Bai Date: Thu, 23 Feb 2023 14:33:52 +0800 Subject: [PATCH] update dump --- ima-evm-utils.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 6fb4fa4..85f9adf 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 -- Gitee