From f36cf688a272195e52a809f87953be5d075627d8 Mon Sep 17 00:00:00 2001 From: markeryang Date: Wed, 31 Aug 2022 11:42:10 +0800 Subject: [PATCH] add Epoch in spec file --- libunwind.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 128e991..92aee01 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 -- Gitee