augeas: fix test-localeconv failed on arm

Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
(cherry picked from commit b011010c5fb4031a39badd9c87f495cbf0c1442d)
This commit is contained in:
chengguipeng 2021-03-17 20:11:39 +08:00 committed by openeuler-sync-bot
parent 254411bb50
commit 26168d8fe7

View File

@ -1,6 +1,6 @@
Name: augeas
Version: 1.12.0
Release: 4
Release: 5
Summary: Augeas is a configuration editing tool for changing configuration files
License: LGPLv2+
URL: https://augeas.net/
@ -44,6 +44,9 @@ Provide header files and libraries for the use of building a extension library f
%check
export SKIP_TEST_PRESERVE_SELINUX=1
%ifarch aarch64
sed -i 's/^CFLAGS/s/$/ -fsigned-char/g' ./gnulib/tests/Makefile
%endif
make check
%install
@ -78,6 +81,12 @@ make check
%doc %{_mandir}/man1/au*.1.gz
%changelog
* Wed Mar 17 2021 chengguipeng <chengguipeng1@huawei.com> - 1.12.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix the test-localeconv failed on aarch
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.12.0-4
- Type:bugfix
- ID:NA