New version 8.2 (rhbz#2020439)

Resolves: #2011868 - systemctl frr reload does not stop daemons that are not enabled in /etc/frr/daemons
This commit is contained in:
Michal Ruprich
2022-03-10 12:55:15 +01:00
parent cecd9d7fd4
commit 5a7e2d0610
7 changed files with 432 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
%define _legacy_common_support 1
Name: frr
Version: 8.0.1
Version: 8.2
Release: 1%{?dist}
Summary: Routing daemon
License: GPLv2+
@@ -14,10 +14,11 @@ Source1: %{name}-tmpfiles.conf
Source2: %{name}-sysusers.conf
Patch0000: 0000-remove-babeld-and-ldpd.patch
Patch0001: 0001-use-python3.patch
Patch0002: 0002-enable-openssl.patch
Patch0003: 0003-disable-eigrp-crypto.patch
Patch0004: 0004-fips-mode.patch
Patch0005: 0005-remove-grpc-test.patch
Patch0006: 0006-grpc-segfault.patch
BuildRequires: autoconf
BuildRequires: automake
@@ -166,6 +167,8 @@ fi
%systemd_preun frr.service
%check
#this should be temporary, the grpc test is just badly designed
rm tests/lib/*grpc*
%make_build check PYTHON=%{__python3}
%files
@@ -193,6 +196,10 @@ fi
%{_sysusersdir}/%{name}.conf
%changelog
* Thu Mar 10 2022 Michal Ruprich <mruprich@redhat.com> - 8.2-1
- New version 8.2 (rhbz#2020439)
- Resolves: #2011868 - systemctl frr reload does not stop daemons that are not enabled in /etc/frr/daemons
* Thu Jan 20 2022 Michal Ruprich <mruprich@redhat.com> - 8.0.1-1
- Rebasing to 8.0.1 due to newer libyang library