import kbd-2.4.0-10.el9

i9c-beta
Arkady L. Shane 4 weeks ago
parent 36cdb7c8ac
commit ff82271218
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

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

Loading…
Cancel
Save