[kbd/f21] Remove Finnish xkb converted layout

vcrhonek vcrhonek at fedoraproject.org
Wed Jul 16 13:30:34 UTC 2014


commit 3b29394936783ce026e86664ae8fafb9bc5f3a3d
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Wed Jul 16 15:05:35 2014 +0200

    Remove Finnish xkb converted layout

 kbd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/kbd.spec b/kbd.spec
index 7adaab2..2573a71 100644
--- a/kbd.spec
+++ b/kbd.spec
@@ -1,6 +1,6 @@
 Name:           kbd
 Version:        2.0.2
-Release:        1%{?dist}
+Release:        2%{?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,10 @@ zgrep -L "U+0041" $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/* | xargs rm -f
 /lib/kbd/keymaps/legacy
 
 %changelog
+* Wed Jul 16 2014 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.0.2-2
+- Remove Finnish xkb converted layout
+  Resolves: #1117891
+
 * Tue Jul 08 2014 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.0.2-1
 - Update to kbd-2.0.2
 


More information about the scm-commits mailing list