diff --git a/systemtap.spec b/systemtap.spec index 353d05a4eb7b41cb45c9bc401fdf2ef3d80fa27d..98291b72b91c02a8c52525490d99705c541bf838 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