From c940cd82c4f74857b4e1734b4d9d28917909bd1f Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Tue, 26 Apr 2022 15:36:54 +0800 Subject: [PATCH] add epoch --- libunwind.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 0c7042a..d96b681 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,6 +1,7 @@ Name: libunwind +Epoch: 2 Version: 1.5.0 -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,9 @@ make check || true %{_mandir}/*/* %changelog +* Tue Apr 26 2022 renhongxun - 2:1.5.0-2 +- add epoch + * Wed Dec 22 2021 shangyibin - 1.5.0-1 - Upgrade to version 1.5.0 -- Gitee