!23 [sync] PR-21: add -fsigned-char to %check

Merge pull request !23 from openeuler-sync-bot/sync-pr21-master-to-openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-22 09:15:29 +00:00 committed by Gitee
commit b39f2a0d29

View File

@ -1,7 +1,7 @@
Name: findutils
Epoch: 2
Version: 4.8.0
Release: 1
Release: 2
Summary: The GNU Find Utilities
License: GPLv3+
URL: http://www.gnu.org/software/findutils/
@ -41,14 +41,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
@ -94,6 +94,12 @@ fi
%exclude %{_mandir}/man5/locatedb.5*
%changelog
* Tue Dec 21 2021 shixuantong <shixuantong@huawei.com> - 2:4.8.0-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add -fsigned-char to %check
* Mon Aug 30 2021 shixuantong <shixuantong@huawei.com> - 2:4.8.0-1
- Type:enhancement
- ID:NA