From 13e0c9a91535f1c8972abb1775876ffd3af344c6 Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Thu, 18 Mar 2021 16:18:41 +0800 Subject: [PATCH] augeas: fix test-localeconv failed on the arm Signed-off-by: chengguipeng --- augeas.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/augeas.spec b/augeas.spec index 05cd2fd..64fc185 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,6 +1,6 @@ Name: augeas Version: 1.12.0 -Release: 6 +Release: 7 Summary: Augeas is a configuration editing tool for changing configuration files License: LGPLv2+ URL: https://augeas.net/ @@ -46,6 +46,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 '/^CFLAGS/s/$/ -fsigned-char/g' ./gnulib/tests/Makefile +%endif make check %install @@ -80,6 +83,12 @@ make check %doc %{_mandir}/man1/au*.1.gz %changelog +* Tue Mar 18 2021 chengguipeng - 1.12.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix the test-localeconv failed on aarch + * Tue Sep 16 2020 chengguipeng - 1.12.0-6 - Type:bugfix - ID:NA