!28 fix test_localeconv fail in aarch64 machine

From: @tong_1001 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-02-26 07:10:44 +00:00 committed by Gitee
commit 08befc2051
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: findutils Name: findutils
Epoch: 2 Epoch: 2
Version: 4.8.0 Version: 4.8.0
Release: 2 Release: 3
Summary: The GNU Find Utilities Summary: The GNU Find Utilities
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/findutils/ URL: http://www.gnu.org/software/findutils/
@ -41,14 +41,14 @@ xargs - build and execute command lines from standard input
autoreconf -fiv autoreconf -fiv
%build %build
%ifarch aarch64
CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
%endif
%configure %configure
%make_build %make_build
%check %check
%ifarch aarch64
CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
%endif
make check make check
%install %install
@ -94,6 +94,12 @@ fi
%exclude %{_mandir}/man5/locatedb.5* %exclude %{_mandir}/man5/locatedb.5*
%changelog %changelog
* Sat Feb 26 2022 shixuantong <shixuantong@h-partners.com> - 2:4.8.0-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix test_localeconv fail in aarch64 machine
* Tue Dec 21 2021 shixuantong <shixuantong@huawei.com> - 2:4.8.0-2 * Tue Dec 21 2021 shixuantong <shixuantong@huawei.com> - 2:4.8.0-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA