From af2002ec502a9ee7584a90c16ee32d3397a394d5 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Fri, 15 Jul 2022 00:14:49 -0400 Subject: [PATCH] rebuild for boost and dyninst --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 353d05a..98291b7 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %{!?with_sqlite: %global with_sqlite 1} # prefer prebuilt docs %{!?with_docs: %global with_docs 0} @@ -1178,6 +1178,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Fri Jul 15 2022 happy_orange - 4.6-2 +- rebuilt for boost and dyninst + * Wed Mar 09 2022 Yuanhong Peng - 4.6-1 - Init from upstream v4.6 - Backport some patches to fix compilation error with gcc12 -- Gitee