From 15e17067eec753f7fe1f6df3e6b39ae4da54fabc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 29 Jul 2022 12:54:45 -0400 Subject: [PATCH] Rebuild with abseil-cpp-20211102.0-4.fc37 (RHBZ#2108658) The file absl_random_internal_randen_hwaes_impl.pc shipped in abseil-cpp-devel incorrectly specified -maes -msse4.1 in its CFLAGS, causing any packages which used pkgconfig to compile against abseil to require SSE4.1 instructions to run. This affected frr in F37/Rawhide. --- frr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frr.spec b/frr.spec index 723c93d..f219f3c 100644 --- a/frr.spec +++ b/frr.spec @@ -7,7 +7,7 @@ Name: frr Version: 8.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Routing daemon License: GPLv2+ URL: http://www.frrouting.org @@ -259,6 +259,9 @@ rm tests/lib/*grpc* %endif %changelog +* Fri Jul 29 2022 Benjamin A. Beasley - 8.2.2-6 +- Rebuild with abseil-cpp-20211102.0-4.fc37 (RHBZ#2108658) + * Wed Jun 15 2022 Michal Ruprich - 8.2.2-5 - Packaging SELinux policy for FRR