!25 [sync] PR-24: add the dependency of 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 2022-03-01 13:42:39 +00:00 committed by Gitee
commit b486557fe1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yanglongkang@h-partners.com> - 1.20-3
- add info into the devel package to resolve the installation error
* Thu Dec 09 2021 yangchenguang <yangchenguang@uniontech.com> - 1.22-2
- Fix gdbmtool parm import error