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 11:58:20 +01:00
parent efd1a71f65
commit 58c193f19f
7 changed files with 433 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
%define _legacy_common_support 1
Name: frr
Version: 8.0.1
Release: 11%{?dist}
Version: 8.2
Release: 1%{?dist}
Summary: Routing daemon
License: GPLv2+
URL: http://www.frrouting.org
@@ -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
* Tue Feb 01 2022 Michal Ruprich <mruprich@redhat.com> - 8.0.1-11
- Rebuilding for FTBFS in Rawhide(rhbz#2045399)