!11 add epoch
From: @renxichen Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
1ffc71d7de
@ -1,6 +1,7 @@
|
|||||||
Name: libunwind
|
Name: libunwind
|
||||||
|
Epoch: 2
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -19,7 +20,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.
|
||||||
@ -83,6 +84,9 @@ make check || true
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 26 2022 renhongxun<renhongxun@h-partners.com> - 2:1.5.0-2
|
||||||
|
- add epoch
|
||||||
|
|
||||||
* Wed Dec 22 2021 shangyibin<shangyibin1@huawei.com> - 1.5.0-1
|
* Wed Dec 22 2021 shangyibin<shangyibin1@huawei.com> - 1.5.0-1
|
||||||
- Upgrade to version 1.5.0
|
- Upgrade to version 1.5.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user