From 3754f90913b991a822bcecfab31eac75736453f2 Mon Sep 17 00:00:00 2001 From: markeryang Date: Fri, 29 Oct 2021 17:06:24 +0800 Subject: [PATCH] The devel package dependency is added to the devel package to resolve the installation error --- gdbm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdbm.spec b/gdbm.spec index 03704c1..06b67ba 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,6 +1,6 @@ Name: gdbm Version: 1.18.1 -Release: 1 +Release: 2 Epoch: 1 Summary: A library of database functions that work similar to the standard UNIX dbm License: GPLv3+ @@ -22,6 +22,7 @@ manipulate a hashed database. %package devel Summary: Header files and libraries for development Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-help Requires(post): info Requires(preun): info Obsoletes: %{name}-libs @@ -96,6 +97,9 @@ fi %{_infodir}/*.info* %changelog +* Fri Oct 29 2021 yanglongkang - 1.18.1-2 +- The devel package dependency is added to the devel package to resolve the installation error + * Wed Jul 29 2020 yanglongkang - 1.18.1-1 - update to 1.18.1 version -- Gitee