Rebuild with grep #1872913 fix to correctly drop non-ASCII layouts

This commit is contained in:
Adam Williamson 2020-08-28 11:26:46 -07:00
parent 5b68f0b6fd
commit bd9efc38c3

View File

@ -5,7 +5,7 @@
Name: kbd
Version: 2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
License: GPLv2+
URL: http://www.kbd-project.org/
@ -198,6 +198,10 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug/%{_libdir}/libtswrap*
%{kbd_datadir}/keymaps/legacy
%changelog
* Fri Aug 28 2020 Adam Williamson <awilliam@redhat.com> - 2.3.0-2
- Rebuild with grep #1872913 fix to correctly drop non-ASCII layouts
Resolves: #1872922
* Wed Jul 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-1
- Make changes in converted layouts conditionally
- Use make macros, patch by Tom Stellard <tstellar@redhat.com>