From b132b78856f31477917cf7d987eba8449fa0fba1 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Mon, 12 Jul 2021 19:01:21 +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 6c77863..87ed2a1 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 +* Tue Jul 12 2021 panchenbo - 2.2.0-2 +- fix kbd contain man dir + * Tue Jul 28 2020 hanhui - 2.2.0-1 - update to 2.2.0 -- Gitee