From b30ba09c720aa41540497ffa26cef5670ea87581 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 11 Jan 2024 12:30:06 +0000 Subject: [PATCH] Spec File: gprofng requires bison at build time --- binutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index ce9fecb..fafba50 100644 --- a/binutils.spec +++ b/binutils.spec @@ -102,7 +102,7 @@ URL: https://sourceware.org/binutils %bcond_without debuginfod # Default: build binutils-gprofng package. %bcond_without gprofng -# Default: Do not use the system supplied version of the zlib compress library. +# Default: Use the system supplied version of the zlib compression library. %bcond_without systemzlib # Allow the user to override the compiler used to build the binutils. @@ -466,6 +466,7 @@ linker, and it may become deprecated in the future. Summary: Next Generating code profiling tool Provides: gprofng = %{version}-%{release} Requires: binutils = %{version}-%{release} +BuildRequires: bison %description gprofng GprofNG is the GNU Next Generation Profiler for analyzing the performance @@ -1333,6 +1334,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Thu Jan 11 2024 Amit Shah - 2.41-23 +- Spec File: gprofng requires bison at build time + * Thu Jan 11 2024 Tulio Machado - 2.41-22 - Remove dependency upon zlib-static.