From 8b48974868b9e28ec5c76bc49d43676dc21a1b17 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:40:18 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- compiler-rt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 34d69c9..5a89423 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -10,7 +10,7 @@ Name: compiler-rt Version: 12.0.1%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -109,6 +109,10 @@ popd %endif %changelog +* Mon Aug 09 2021 Mohan Boddu - 12.0.1-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Aug 6 2021 Florian Weimer - 12.0.1-2 - Rebuild to pick up new build flags from redhat-rpm-config (#1984652)