diff --git a/kbd-1.15.3-dumpkeys-man.patch b/kbd-1.15.3-dumpkeys-man.patch new file mode 100644 index 0000000..e77718b --- /dev/null +++ b/kbd-1.15.3-dumpkeys-man.patch @@ -0,0 +1,18 @@ +diff -up kbd-1.15.3/man/man1/dumpkeys.1.in.orig kbd-1.15.3/man/man1/dumpkeys.1.in +--- kbd-1.15.3/man/man1/dumpkeys.1.in.orig 2011-08-23 13:06:16.905892768 +0200 ++++ kbd-1.15.3/man/man1/dumpkeys.1.in 2011-08-23 13:15:18.264853435 +0200 +@@ -156,6 +156,14 @@ output of + .BR dumpkeys . + .LP + .TP ++.B \-1 \-\-separate-lines ++This forces ++.B dumpkeys ++to write one line per (modifier,keycode) pair. It prefixes the word ++.I plain ++for plain keycodes. ++.LP ++.TP + .B \-\-funcs-only + When this option is given, + .B dumpkeys diff --git a/kbd.spec b/kbd.spec index eb1b835..82a307e 100644 --- a/kbd.spec +++ b/kbd.spec @@ -1,6 +1,6 @@ Name: kbd Version: 1.15.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Group: System Environment/Base @@ -24,6 +24,8 @@ Patch3: kbd-1.15-resizecon-x86_64.patch Patch4: kbd-1.15-defkeymap.patch # Patch5: fix of tranlation file broken after new tarball release Patch5: kbd-1.15.3-fix-es-translation.patch +# Patch6: add missing dumpkeys option to man page +Patch6: kbd-1.15.3-dumpkeys-man.patch BuildRequires: bison, flex, gettext Conflicts: util-linux < 2.11r-9 @@ -51,6 +53,7 @@ keymaps etc. Please note that %{name}-misc is not helpful without kbd. %patch3 -p1 -b .resizecon_x86_64 %patch4 -p1 -b .defkeymap %patch5 -p1 -b .fix-es-fixtranslation +%patch6 -p1 -b .dumpkeys-man # 7-bit maps are obsolete; so are non-euro maps pushd data/keymaps/i386 @@ -133,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT /lib/kbd %changelog +* Tue Aug 23 2011 Vitezlsav Crhonek - 1.15.3-2 +- Add missing dumpkeys option to man page + Resolves: #732121 + * Mon Aug 22 2011 Vitezslav Crhonek - 1.15.3-1 - Update to kbd-1.15.3