The devel package dependency is added to the devel package to resolve the installation error

(cherry picked from commit 3754f90913b991a822bcecfab31eac75736453f2)
This commit is contained in:
markeryang 2021-10-29 17:06:24 +08:00 committed by openeuler-sync-bot
parent 1ea2aca097
commit 684ef4e7c2

View File

@ -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 <yanglongkang@huawei.com> - 1.18.1-2
- The devel package dependency is added to the devel package to resolve the installation error
* Wed Jul 29 2020 yanglongkang <yanglongkang@huawei.com> - 1.18.1-1
- update to 1.18.1 version