From 1f634e41e711b49a86a3000f62dacdf73248e8a2 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Mon, 12 Jul 2021 19:02:15 +0800 Subject: [PATCH] fix kbd contain man dir (cherry picked from commit bda9441041e425d87369557461f359a36f39f0fd) --- kbd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kbd.spec b/kbd.spec index c7a88cb..89a6277 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 + * Wed Aug 19 2020 jinzhimin - 2.2.0-1 - update to 2.2.0 -- Gitee