From: @renxichen 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-04-26 12:19:14 +00:00 committed by Gitee
commit cbe4c6f190
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,7 @@
Name: libunwind
Epoch: 2
Version: 1.6.2
Release: 1
Release: 2
Summary: Libunwind provides a C ABI to determine the call-chain of a program
License: BSD
URL: http://savannah.nongnu.org/projects/libunwind
@ -19,7 +20,7 @@ supports both local (same-process) and remote (across-process) operation.
%package devel
Summary: Development files for libunwind
Requires: libunwind = %{version}-%{release}
Requires: libunwind = %{epoch}:%{version}-%{release}
%description devel
This package contains development files for libunwind.
@ -83,6 +84,12 @@ make check || true
%{_mandir}/*/*
%changelog
* Tue Apr 26 2022 renhongxun <renhongxun@h-partners.com>-2:1.6.2-2
- Type:update
- ID:NA
- SUG:NA
- DESC:add epoch
* Mon Jan 24 2022 mc964203886 <machi@iscas.ac.cn>-1.6.2-1
- Type:
- ID:NA