From e108a46ce35a36f4ff43fb864bd4d76cb5ce613a Mon Sep 17 00:00:00 2001 From: "taifu.gc" Date: Tue, 1 Aug 2023 16:38:34 +0800 Subject: [PATCH] Rebuild for dyninst verison bump --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index e102fbf..b1ce6ad 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %{!?with_sqlite: %global with_sqlite 0%{?fedora} >= 17 || 0%{?rhel} >= 7} # prefer prebuilt docs %{!?with_docs: %global with_docs 0} @@ -1301,6 +1301,9 @@ exit 0 # PRERELEASE %changelog +* Tue Aug 01 2023 Chang Gao - 4.8-2.0.2 +- Rebuild for dyninst version bump + * Tue Jul 04 2023 WenlongZhang - 4.8-2.0.1 - add loongarch support for systemtap -- Gitee