Drop fixes from -10 for now as they are breaking ttys (#1649531)

This commit is contained in:
Adam Williamson 2018-11-13 13:13:21 -08:00
parent cab634e032
commit 49adccf83b

View File

@ -1,6 +1,6 @@
Name: kbd
Version: 2.0.4
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
License: GPLv2+
URL: http://www.kbd-project.org/
@ -28,7 +28,9 @@ Patch5: kbd-1.15.5-loadkeys-search-path.patch
# bz 1101007
Patch6: kbd-2.0.2-unicode-start-font.patch
# Patch7: fixes issues found by static analysis, accepted upstream
Patch7: kbd-2.0.4-covscan-fixes.patch
# DISABLED for now as something in this somehow stops all characters
# rendering in ttys: https://bugzilla.redhat.com/show_bug.cgi?id=1649531
#Patch7: kbd-2.0.4-covscan-fixes.patch
BuildRequires: gcc, bison, flex, gettext, pam-devel, check-devel
BuildRequires: console-setup, xkeyboard-config
@ -189,6 +191,9 @@ gzip $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/cz.map
/lib/kbd/keymaps/legacy
%changelog
* Tue Nov 13 2018 Adam Williamson <awilliam@redhat.com> - 2.0.4-11
- Drop fixes from -10 for now as they are breaking ttys (#1649531)
* Mon Nov 12 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-10
- Fix issues detected by static analysis