!289 delete jansson

From: @huyubiao 
Reviewed-by: @eastb233 
Signed-off-by: @eastb233
This commit is contained in:
openeuler-ci-bot 2024-08-06 11:06:26 +00:00 committed by Gitee
commit 60ff62179b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug}
Version: 2.41
Release: 6
Release: 7
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
URL: https://sourceware.org/binutils
@ -260,7 +260,7 @@ Conflicts: gcc-c++ < 4.0.0
%endif
%if %{without bootstrap}
BuildRequires: gettext, flex, jansson-devel
BuildRequires: gettext, flex
%if %{with systemzlib}
BuildRequires: zlib-devel
%endif
@ -541,10 +541,6 @@ compute_global_configuration()
--enable-64-bit-bfd \
--with-bugurl=https://gitee.com/src-openeuler/binutils/issues/"
%if %{without bootstrap}
CARGS="$CARGS --enable-jansson=yes"
%endif
%if %{with debuginfod}
CARGS="$CARGS --with-debuginfod"
%endif
@ -1271,6 +1267,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Mon Aug 5 2024 huyubiao <huyubiao@huawei.com> - 2.41-7
- delete jansson
* Thu Jun 20 2024 huyubiao <huyubiao@huawei.com> - 2.41-6
- fix ld-new compilation failure on 32-bit systems