Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9f89788e0 | |||
|
|
3b29394936 |
1 changed files with 10 additions and 1 deletions
11
kbd.spec
11
kbd.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: kbd
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||
|
||||
Group: System Environment/Base
|
||||
|
|
@ -157,6 +157,8 @@ done < layouts-list-uniq.lst
|
|||
|
||||
# wipe converted layouts which cannot input ASCII (#1031848)
|
||||
zgrep -L "U+0041" $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/* | xargs rm -f
|
||||
# remove converted fi layout (#1117891)
|
||||
rm -f $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/fi.map.gz
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -175,6 +177,13 @@ zgrep -L "U+0041" $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/* | xargs rm -f
|
|||
/lib/kbd/keymaps/legacy
|
||||
|
||||
%changelog
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Wed Jul 16 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-2
|
||||
- Remove Finnish xkb converted layout
|
||||
Resolves: #1117891
|
||||
|
||||
* Tue Jul 08 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-1
|
||||
- Update to kbd-2.0.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue