From d6654e0df9c1a128f8c84a7c25b1b04409b97a6d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 4 Jan 2025 10:25:59 -0500 Subject: [PATCH] Drop i686 support (leaf package) --- frr.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frr.spec b/frr.spec index 5125b42..a1e4c43 100644 --- a/frr.spec +++ b/frr.spec @@ -9,7 +9,7 @@ Name: frr Version: 10.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Routing daemon License: GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-2.0-or-later OR ISC) AND MIT URL: http://www.frrouting.org @@ -28,6 +28,11 @@ Patch0004: 0004-fips-mode.patch Patch0005: 0005-remove-grpc-test.patch Patch0006: 0006-autorp-segfault.patch +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if %{undefined fc40} && %{undefined fc41} +ExcludeArch: %{ix86} +%endif + BuildRequires: autoconf BuildRequires: automake BuildRequires: bison >= 2.7 @@ -279,6 +284,9 @@ rm tests/lib/*grpc* %endif %changelog +* Sat Jan 04 2025 Benjamin A. Beasley - 10.2-3 +- Drop i686 support (leaf package) + * Thu Dec 05 2024 Michal Ruprich - 10.2-2 - Resolves: rhbz#2329643 - upgrading frr to 10.2 causes pimd crashes