rpms/kbd/devel kbd-1.15-defkeymap.patch,NONE,1.1 kbd.spec,1.65,1.66

vcrhonek vcrhonek at fedoraproject.org
Mon Jun 14 10:24:55 UTC 2010


Author: vcrhonek

Update of /cvs/pkgs/rpms/kbd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25029

Modified Files:
	kbd.spec 
Added Files:
	kbd-1.15-defkeymap.patch 
Log Message:
Fix name referring to default keymap

kbd-1.15-defkeymap.patch:
 paths.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kbd-1.15-defkeymap.patch ---
diff -up kbd-1.15/src/paths.h.orig kbd-1.15/src/paths.h
--- kbd-1.15/src/paths.h.orig	2010-06-07 15:26:21.787315778 +0200
+++ kbd-1.15/src/paths.h	2010-06-07 15:26:49.353336391 +0200
@@ -19,7 +19,7 @@
 # define DEFMAP "sunkeymap.kmap"
 # define KERNDIR "/usr/src/linux/drivers/sbus/char"
 #else
-# define DEFMAP "defkeymap.kmap"
+# define DEFMAP "defkeymap.map"
 # define KERNDIR "/usr/src/linux/drivers/char"
 #endif
 


Index: kbd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kbd/devel/kbd.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- kbd.spec	26 Aug 2009 16:49:29 -0000	1.65
+++ kbd.spec	14 Jun 2010 10:24:55 -0000	1.66
@@ -1,6 +1,6 @@
 Name:           kbd
 Version:        1.15
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Tools for configuring the console (keyboard, virtual terminals, etc.)
 
 Group:          System Environment/Base
@@ -17,6 +17,7 @@ Patch2:         kbd-1.15-sparc.patch
 Patch3:         kbd-1.15-unicode_start.patch
 Patch4:         kbd-1.15-resizecon-x86_64.patch
 Patch5:         kbd-1.15-quiet_doc.patch
+Patch6:         kbd-1.15-defkeymap.patch
 
 BuildRequires:  bison, flex, gettext
 Conflicts:      util-linux < 2.11r-9
@@ -35,6 +36,7 @@ fonts, the virtual terminals and font fi
 %patch3 -p1 -b .unicode_start
 %patch4 -p1 -b .resizecon_x86_64
 %patch5 -p1 -b .quiet_doc
+%patch6 -p1 -b .defkeymap
 
 # 7-bit maps are obsolete; so are non-euro maps
 pushd data/keymaps/i386
@@ -105,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 /lib/kbd
 
 %changelog
+* Mon Jun 14 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.15-10
+- Fix name referring to default keymap
+
 * Wed Aug 26 2009 Karsten Hopp <karsten at redhat.com> 1.15-9
 - drop excludearch s390x, we need this package to be able to build other packages on s390x
 



More information about the scm-commits mailing list