New version 8.5.3

This commit is contained in:
Michal Ruprich
2023-10-10 09:13:50 +02:00
parent 76e3ee52e3
commit 3c846ec975
3 changed files with 7 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
%bcond selinux 1
Name: frr
Version: 8.5.2
Release: 4%{?dist}
Version: 8.5.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
@@ -274,6 +274,9 @@ rm tests/lib/*grpc*
%endif
%changelog
* Tue Oct 10 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.3-1
- New version 8.5.3
* Fri Sep 01 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.2-4
- Adding a couple of SELinux rules, includes fix for rhbz#2149299