Add missing dumpkeys option to man page
This commit is contained in:
parent
2de5e563a2
commit
fcc9737a8d
18
kbd-1.15.3-dumpkeys-man.patch
Normal file
18
kbd-1.15.3-dumpkeys-man.patch
Normal file
@ -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
|
9
kbd.spec
9
kbd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 1.15.3
|
Version: 1.15.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -24,6 +24,8 @@ Patch3: kbd-1.15-resizecon-x86_64.patch
|
|||||||
Patch4: kbd-1.15-defkeymap.patch
|
Patch4: kbd-1.15-defkeymap.patch
|
||||||
# Patch5: fix of tranlation file broken after new tarball release
|
# Patch5: fix of tranlation file broken after new tarball release
|
||||||
Patch5: kbd-1.15.3-fix-es-translation.patch
|
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
|
BuildRequires: bison, flex, gettext
|
||||||
Conflicts: util-linux < 2.11r-9
|
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
|
%patch3 -p1 -b .resizecon_x86_64
|
||||||
%patch4 -p1 -b .defkeymap
|
%patch4 -p1 -b .defkeymap
|
||||||
%patch5 -p1 -b .fix-es-fixtranslation
|
%patch5 -p1 -b .fix-es-fixtranslation
|
||||||
|
%patch6 -p1 -b .dumpkeys-man
|
||||||
|
|
||||||
# 7-bit maps are obsolete; so are non-euro maps
|
# 7-bit maps are obsolete; so are non-euro maps
|
||||||
pushd data/keymaps/i386
|
pushd data/keymaps/i386
|
||||||
@ -133,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/lib/kbd
|
/lib/kbd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 23 2011 Vitezlsav Crhonek <vcrhonek@redhat.com> - 1.15.3-2
|
||||||
|
- Add missing dumpkeys option to man page
|
||||||
|
Resolves: #732121
|
||||||
|
|
||||||
* Mon Aug 22 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-1
|
* Mon Aug 22 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-1
|
||||||
- Update to kbd-1.15.3
|
- Update to kbd-1.15.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user