From 215fc6536722211a1a000027353b03d0b095f9e1 Mon Sep 17 00:00:00 2001 From: markeryang Date: Tue, 1 Mar 2022 16:17:44 +0800 Subject: [PATCH] add info into the devel package to resolve the installation error (cherry picked from commit 49ed7479dc535b4c46f7281c32aa0fc0d8f617b2) --- gdbm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdbm.spec b/gdbm.spec index 6d9212b..68b3a03 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,6 +1,6 @@ Name: gdbm Version: 1.22 -Release: 2 +Release: 3 Epoch: 1 Summary: A library of database functions that work similar to the standard UNIX dbm License: GPLv3+ @@ -91,6 +91,7 @@ fi %{_libdir}/libgdbm.so %{_libdir}/libgdbm_compat.so %{_includedir}/* +%{_infodir}/*.info* %files help %{_mandir}/man1/gdbm* @@ -98,6 +99,9 @@ fi %{_infodir}/*.info* %changelog +* Tue Mar 1 2022 yanglongkang - 1.20-3 +- add info into the devel package to resolve the installation error + * Thu Dec 09 2021 yangchenguang - 1.22-2 - Fix gdbmtool parm import error -- Gitee