From 5f970305920b204d9c79a5f96ca7a3ddc9649f9b Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 15 Nov 2021 23:19:30 +0000 Subject: [PATCH] Add BuildRequires: bison, needed to regenerate ld files Can be dropped after moving to 2.38 Signed-off-by: Luca Boccassi --- binutils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binutils.spec b/binutils.spec index 8c7d5db..d21802a 100644 --- a/binutils.spec +++ b/binutils.spec @@ -323,6 +323,9 @@ Provides: bundled(libiberty) BuildRequires: autoconf BuildRequires: automake +# Can be dropped once binutils-ld-read-only-script.patch is removed +BuildRequires: bison + %if %{with gold} # For now we make the binutils package require the gold sub-package. # That way other packages that have a requirement on "binutils" but