From 6affe920970e2e0089449c4017e8fba929e1d8de Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:37:08 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- binutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index bf964a9..ec8c3d7 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.41 -Release: 44%{?dist} +Release: 45%{?dist} 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 @@ -1380,6 +1380,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Mon Jun 24 2024 Troy Dawson - 2.41-45 +- Bump release for June 2024 mass rebuild + * Mon Jun 24 2024 Nick Clifton - 2.41-44 - Fix building with documentation disabled. (RHEL-44615)