diff --git a/SPECS/kbd.spec b/SPECS/kbd.spec index 24941e6..2a31916 100644 --- a/SPECS/kbd.spec +++ b/SPECS/kbd.spec @@ -5,7 +5,7 @@ Name: kbd Version: 2.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) License: GPLv2+ URL: http://www.kbd-project.org/ @@ -38,6 +38,8 @@ Patch7: kbd-2.0.4-covscan-fixes.patch Patch8: kbd-2.4.0-covscan-fixes.patch # Patch9: fixes setfont exit code, bz 1947953 Patch9: kbd-2.4.0-setfont-exit-code.patch +# Patch10: initializes variable (SAST) +Patch10: kbd-2.4.0-initialize-variable.patch BuildRequires: gcc, bison, flex, gettext, pam-devel, check-devel, automake BuildRequires: console-setup, xkeyboard-config @@ -85,6 +87,7 @@ cp -fp %{SOURCE6} . %patch7 -p1 -b .covscan-fixes %patch8 -p1 -b .covscan-fixes-pt2 %patch9 -p1 -b .setfont-exit-code +%patch10 -p1 -b .initialize-variable aclocal autoconf @@ -197,8 +200,12 @@ make check %{kbd_datadir}/keymaps/legacy %changelog -* Fri Sep 22 2023 MSVSphere Packaging Team - 2.4.0-9 -- Rebuilt for MSVSphere 9.3 beta +* Wed Oct 16 2024 Arkady L. Shane - 2.4.0-10 +- Rebuilt for MSVSphere 9.5 + +* Tue May 21 2024 Vitezslav Crhonek - 2.4.0-10 +- Initialize variable to avoid possible uninitialized use + Resolves: RHEL-31795 * Mon Apr 17 2023 Vitezslav Crhonek - 2.4.0-9 - Require kbd-legacy in main kbd package again @@ -558,6 +565,9 @@ make check - Ship "el" translation instead of the obsolete "gr" translation Resolves: #210749 - Fix %% quoting in %%changelog +* Wed Oct 16 2024 Arkady L. Shane - 2.4.0-10 +- Rebuilt for MSVSphere 9.5 + * Fri Sep 29 2006 Miloslav Trmac - 1.12-18 - Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)