New version 8.4

This commit is contained in:
Michal Ruprich
2022-11-10 10:38:19 +01:00
parent 88f4418931
commit 054eb0b204
5 changed files with 38 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
%define _legacy_common_support 1
Name: frr
Version: 8.3.1
Version: 8.4
Release: 1%{?dist}
Summary: Routing daemon
License: GPLv2+
@@ -18,7 +18,6 @@ Patch0002: 0002-enable-openssl.patch
Patch0003: 0003-disable-eigrp-crypto.patch
Patch0004: 0004-fips-mode.patch
Patch0005: 0005-remove-grpc-test.patch
Patch0006: 0006-ospf-api.patch
BuildRequires: autoconf
BuildRequires: automake
@@ -178,10 +177,14 @@ rm tests/lib/*grpc*
%dir %attr(755,frr,frr) %{_localstatedir}/log/frr
%dir %attr(755,frr,frr) /run/frr
%{_infodir}/*info*
%{_mandir}/man*/*
%{_mandir}/man1/frr.1*
%{_mandir}/man1/vtysh.1*
%{_mandir}/man8/frr-*.8*
%{_mandir}/man8/mtracebis.8*
%dir %{frr_libdir}/
%{frr_libdir}/*
%{_bindir}/*
%{_bindir}/mtracebis
%{_bindir}/frr
%dir %{_libdir}/frr
%{_libdir}/frr/*.so.*
%dir %{_libdir}/frr/modules
@@ -196,6 +199,9 @@ rm tests/lib/*grpc*
%{_sysusersdir}/%{name}.conf
%changelog
* Thu Nov 10 2022 Michal Ruprich <mruprich@redhat.com> - 8.4-1
- New version 8.4
* Tue Sep 06 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-1
- New version 8.3.1