From 466d9ec1ca1e5a69915f52b6cdbf12658183d994 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 10:16:16 -0500 Subject: [PATCH] Rebuild on platform-python --- systemtap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 548c5c2..0153df0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %{!?with_sqlite: %global with_sqlite 0%{?fedora} >= 17 || 0%{?rhel} >= 7} # prefer prebuilt docs %{!?with_docs: %global with_docs 0} @@ -90,7 +91,7 @@ Name: systemtap Version: 4.5 -Release: 3%{?release_override}%{?dist} +Release: 3%{?release_override}%{anolis_release}%{?dist} # for version, see also configure.ac @@ -1213,6 +1214,9 @@ exit 0 # PRERELEASE %changelog +* Thu Feb 24 2022 Weitao Zhou - 4.5-3.0.1 +- Rebuild on platform-python + * Thu Aug 12 2021 Frank Ch. Eigler - 4.5-3 - rhbz1991631 iommu tracepoints break ppc64le -- Gitee