!11 [sync] PR-9: The devel package dependency is added to the devel package to resolve the installation error

From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2021-11-01 01:29:34 +00:00 committed by Gitee
commit da8f788189

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