diff --git a/libunwind.spec b/libunwind.spec index 128e991c326f9dd11c4d5d724fcde5dcaf7cf3e7..92aee01148a555085cb035efad2c344cefeae589 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,6 +1,7 @@ Name: libunwind +Epoch: 2 Version: 1.3.1 -Release: 3 +Release: 4 Summary: Libunwind provides a C ABI to determine the call-chain of a program License: BSD URL: http://savannah.nongnu.org/projects/libunwind @@ -29,7 +30,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. @@ -93,6 +94,9 @@ make check || true %{_mandir}/*/* %changelog +* Wed Aug 31 2022 yanglongkang - 2:1.3.1-4 +- add Epoch in spec file + * Sun Jan 12 2020 openEuler Buildteam - 1.3.1-3 - remove useless patch