From d6dad63031c8bbab7570d5da1f936428e1a56bc8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 10 Aug 2021 04:26:33 +0000 Subject: [PATCH] import systemtap-4.5-2.el8 --- SPECS/systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/systemtap.spec b/SPECS/systemtap.spec index ff3622a..61d99a8 100644 --- a/SPECS/systemtap.spec +++ b/SPECS/systemtap.spec @@ -90,7 +90,7 @@ Name: systemtap Version: 4.5 -Release: 1%{?release_override}%{?dist} +Release: 2%{?release_override}%{?dist} # for version, see also configure.ac @@ -137,7 +137,7 @@ BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(libdebuginfod) %endif %if %{with_dyninst} -BuildRequires: dyninst-devel >= 10.0 +BuildRequires: dyninst-devel >= 11.0 BuildRequires: pkgconfig(libselinux) %endif %if %{with_sqlite} @@ -1210,6 +1210,9 @@ exit 0 # PRERELEASE %changelog +* Tue Jul 27 2021 Frank Ch. Eigler - 4.5-2 +- rhbz1986543 rebuild against dyninst 11 + * Fri May 07 2021 Frank Ch. Eigler - 4.5-1 - Upstream release.