New version 7.4

This commit is contained in:
Michal Ruprich
2020-09-21 14:40:08 +02:00
parent 02cad89e06
commit 4d48243fdb
5 changed files with 13 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
%global frrversion 7.3.1
%global frrversion 7.4
%global frr_libdir /usr/lib/frr
%global _hardened_build 1
%define _legacy_common_support 1
Name: frr
Version: 7.3.1
Release: 2%{?checkout}%{?dist}
Version: 7.4
Release: 1%{?checkout}%{?dist}
Summary: Routing daemon
License: GPLv2+
URL: http://www.frrouting.org
@@ -183,6 +183,9 @@ make check PYTHON=%{__python3}
#%%{_libdir}/frr/frr/libyang_plugins/*
%changelog
* Mon Sep 21 2020 Michal Ruprich <mruprich@redhat.com> - 7.4-1
- New version
* Thu Jun 18 2020 Michal Ruprich <michalruprich@gmail.com> - 7.3.1-1
- New version 7.3.1
- Fixes a couple of bugs(#1832259, #1835039, #1830815, #1830808, #1830806, #1830800, #1830798, #1814773)