New version 10.3

This commit is contained in:
Michal Ruprich
2025-06-02 11:19:20 +02:00
parent e6b9b78718
commit f1bf8a9231
4 changed files with 24 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
%bcond selinux 1
Name: frr
Version: 10.2.1
Release: 2%{?dist}
Version: 10.3
Release: 1%{?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
@@ -26,6 +26,7 @@ Patch0002: 0002-enable-openssl.patch
Patch0003: 0003-disable-eigrp-crypto.patch
Patch0004: 0004-fips-mode.patch
Patch0005: 0005-remove-grpc-test.patch
Patch0006: 0006-s390x-endianness-test.patch
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
%if %{undefined fc40} && %{undefined fc41}
@@ -284,6 +285,9 @@ rm tests/lib/*grpc*
%endif
%changelog
* Mon Jun 02 2025 Michal Ruprich <mruprich@redhat.com> - 10.3
- New version 10.3
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 10.2.1-2
- Add explicit BR: libxcrypt-devel