augeas: fix the last PR error

Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
(cherry picked from commit 1338c261ffd370cf760beff605a533b4e6b9890c)
This commit is contained in:
chengguipeng 2021-03-18 15:35:52 +08:00 committed by openeuler-sync-bot
parent 3e894855ea
commit cbbd2a72f9

View File

@ -1,6 +1,6 @@
Name: augeas
Version: 1.12.0
Release: 5
Release: 6
Summary: Augeas is a configuration editing tool for changing configuration files
License: LGPLv2+
URL: https://augeas.net/
@ -45,7 +45,7 @@ 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
sed -i '/^CFLAGS/s/$/ -fsigned-char/g' ./gnulib/tests/Makefile
%endif
make check
@ -81,6 +81,12 @@ make check
%doc %{_mandir}/man1/au*.1.gz
%changelog
* Tue Mar 18 2021 chengguipeng <chengguipeng1@huawei.com> - 1.12.0-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix the last PR error
* Wed Mar 17 2021 chengguipeng <chengguipeng1@huawei.com> - 1.12.0-5
- Type:bugfix
- ID:NA