From 774b593bdc3b78d323404687a3f0c01425d419c1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 20 Nov 2023 14:22:54 +0100 Subject: [PATCH] Fix another C compatibility issue in the configure script Related to: --- bash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index de17a76..d238d75 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Version: %{baseversion}.%{patchlevel} Name: bash Summary: The GNU Bourne Again shell -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-3.0-or-later Url: https://www.gnu.org/software/bash Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz @@ -325,6 +325,9 @@ end %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Nov 20 2023 Florian Weimer - 5.2.21-2 +- Fix another C compatibility issue in the configure script + * Fri Nov 10 2023 Siteshwar Vashisht - 5.2.21-1 - Update to bash-5.2 patchlevel 21 Resolves: #2248970