From 4bb23e44710d8842aeab14176fc1613fea3c37b9 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Apr 2021 23:10:13 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- dyninst.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dyninst.spec b/dyninst.spec index 34b1aeb..a49689f 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -1,7 +1,7 @@ Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.dyninst.org Version: 10.2.1 ExclusiveArch: %{ix86} x86_64 ppc64le aarch64 @@ -187,6 +187,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \ %attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a %changelog +* Thu Apr 15 2021 Mohan Boddu - 10.2.1-7 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 30 2021 Jonathan Wakely - 10.2.1-6 - Rebuilt for removed libstdc++ symbol (#1937698)