From 4d021afbed26d78e2c922294b745178e060914e0 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 21 Dec 2021 21:03:09 +0800 Subject: [PATCH] add -fsigned-char to %check (cherry picked from commit 38c56859113fa27b14d8b5a39f0d597ecd0dd612) --- findutils.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/findutils.spec b/findutils.spec index 4a98bbf..02470e4 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Name: findutils Epoch: 2 Version: 4.7.0 -Release: 6 +Release: 7 Summary: The GNU Find Utilities License: GPLv3+ URL: http://www.gnu.org/software/findutils/ @@ -43,14 +43,14 @@ xargs - build and execute command lines from standard input autoreconf -fiv %build -%ifarch aarch64 -CFLAGS="$RPM_OPT_FLAGS -fsigned-char" -%endif %configure %make_build %check +%ifarch aarch64 +CFLAGS="$RPM_OPT_FLAGS -fsigned-char" +%endif make check %install @@ -96,6 +96,12 @@ fi %exclude %{_mandir}/man5/locatedb.5* %changelog +* Tue Dec 21 2021 shixuantong - 2:4.7.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add -fsigned-char to %check + * Sat Dec 18 2021 shixuantong - 2:4.7.0-6 - Type:bugfix - ID:NA -- Gitee