From 44cef2967332828e714c61c779c16d8b6f33273f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 10 Aug 2022 11:26:47 +0100 Subject: [PATCH] Build with jansson when not bootstrapping. --- binutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index f85509f..5832d7e 100644 --- a/binutils.spec +++ b/binutils.spec @@ -39,7 +39,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?name_cross}%{?_with_debug:-debug} Version: 2.38 -Release: 23%{?dist} +Release: 24%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -951,6 +951,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Wed Aug 10 2022 Luca Boccassi - 2.38-24 +- Build with jansson when not bootstrapping. + * Thu Aug 04 2022 Nick Clifton - 2.38-23 - Add the --package-metadata option to the linkers. (#2099999)