From 237980b40593c54310f4d4b74e7fa24b1e329ee5 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Fri, 9 Jul 2021 16:17:26 +0800 Subject: [PATCH] fix kbd contain man dir --- kbd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kbd.spec b/kbd.spec index c7a88cb..f735804 100644 --- a/kbd.spec +++ b/kbd.spec @@ -1,6 +1,6 @@ Name: kbd Version: 2.2.0 -Release: 1 +Release: 2 Summary: Tools for managing Linux console(keyboard, virtual terminals, etc.) License: GPLv2+ URL: https://www.kbd-project.org/ @@ -153,7 +153,6 @@ gzip %{buildroot}/lib/%{name}/keymaps/xkb/cz.map /bin/* %{_datadir}/locale/* %{_bindir}/* -%{_mandir}/*/* %config(noreplace) %{_sysconfdir}/pam.d/vlock %files misc @@ -173,6 +172,9 @@ gzip %{buildroot}/lib/%{name}/keymaps/xkb/cz.map %{_mandir}/man8/*.8.gz %changelog +* Fri Jul 09 2021 panchenbo - 2.2.0-2 +- fix kbd contain man dir + * Wed Aug 19 2020 jinzhimin - 2.2.0-1 - update to 2.2.0 -- Gitee