!26 [sync] PR-19: add Epoch in spec file

From: @openeuler-sync-bot 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
This commit is contained in:
openeuler-ci-bot 2023-01-04 02:39:34 +00:00 committed by Gitee
commit 7fffc7fdb3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,7 @@
Name: libunwind Name: libunwind
Epoch: 2
Version: 1.3.1 Version: 1.3.1
Release: 3 Release: 4
Summary: Libunwind provides a C ABI to determine the call-chain of a program Summary: Libunwind provides a C ABI to determine the call-chain of a program
License: BSD License: BSD
URL: http://savannah.nongnu.org/projects/libunwind URL: http://savannah.nongnu.org/projects/libunwind
@ -29,7 +30,7 @@ supports both local (same-process) and remote (across-process) operation.
%package devel %package devel
Summary: Development files for libunwind Summary: Development files for libunwind
Requires: libunwind = %{version}-%{release} Requires: libunwind = %{epoch}:%{version}-%{release}
%description devel %description devel
This package contains development files for libunwind. This package contains development files for libunwind.
@ -93,6 +94,9 @@ make check || true
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Aug 31 2022 yanglongkang <yanglongkang@h-partners.com> - 2:1.3.1-4
- add Epoch in spec file
* Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.1-3 * Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.1-3
- remove useless patch - remove useless patch