diff --git a/systemtap.spec b/systemtap.spec index 2128e2a831ef720f7615ac7f650026d3c039b32c..a34e93ed2f56c5a82044158c4c67218236d80c83 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -4,7 +4,7 @@ %{!?with_htmldocs: %global with_htmldocs 0} %{!?with_monitor: %global with_monitor 1} # crash is not available -%ifarch ppc ppc64 %{sparc} %{mips} +%ifarch ppc ppc64 %{sparc} %{mips} %{loongarch64} %{!?with_crash: %global with_crash 0} %else %{!?with_crash: %global with_crash 1} @@ -86,10 +86,11 @@ # To avoid testsuite/*/*.stp has shebang which doesn't start with '/' %define __brp_mangle_shebangs_exclude_from .stp$ +%define anolis_release .0.1 Name: systemtap Version: 4.4 -Release: 11%{?release_override}%{?dist} +Release: 11%{?release_override}%{anolis_release}%{?dist} # for version, see also configure.ac @@ -1247,6 +1248,9 @@ done # PRERELEASE %changelog +* Thu Dec 09 2021 huajingyun - 4.4-11.0.1 +- crash is not available on loongarch64. + * Tue Jun 01 2021 Frank Ch. Eigler - 4.4-11 - rhbz1966742 intermittent panic on build-id check failure