From e0fcab208cc88e43c64579ed381fe792eee44903 Mon Sep 17 00:00:00 2001 From: gaoyusong Date: Mon, 6 Feb 2023 11:28:51 +0800 Subject: [PATCH] fix i686 build issue (cherry picked from commit 153428c48b9a058ca2e1c766ea661719bcf68f22) --- ima-evm-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index a8362d2..2e7c4d8 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,6 +1,6 @@ Name: ima-evm-utils Version: 1.3.2 -Release: 8 +Release: 9 Summary: IMA/EVM control utilities License: GPLv2 URL: http://linux-ima.sourceforge.net/ @@ -75,9 +75,14 @@ make check %{_libdir}/*.so %files help +%ifnarch i686 %doc %{_mandir}/*/* +%endif %changelog +* Mon Feb 6 2023 gaoyusong - 1.3.2-9 +- fix i686 build issue + * Sat Oct 29 2022 shenxiangwei - 1.3.2-8 - Revert "up to 1.4"