New version 7.5.1

This commit is contained in:
Michal Ruprich
2021-03-16 12:42:36 +01:00
parent 15263f01a6
commit 9dbdfc757a
3 changed files with 14 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
%global frrversion 7.5
%global frrversion 7.5.1
%global frr_libdir /usr/lib/frr
%global _hardened_build 1
%define _legacy_common_support 1
Name: frr
Version: 7.5
Version: 7.5.1
Release: 1%{?checkout}%{?dist}
Summary: Routing daemon
License: GPLv2+
@@ -132,6 +132,13 @@ if [ ! -e %{_sysconfdir}/frr/frr.conf ]; then
chmod 640 %{_sysconfdir}/frr/frr.conf
fi
#still used by vtysh, this way no error is produced when using vtysh
if [ ! -e %{_sysconfdir}/frr/vtysh.conf ]; then
echo 'no service integrated-vtysh-config' > %{_sysconfdir}/frr/vtysh.conf
chmod 640 %{_sysconfdir}/frr/vtysh.conf
chown frr:frrvty %{_sysconfdir}/frr/vtysh.conf
fi
%postun
%systemd_postun_with_restart frr.service
@@ -181,6 +188,9 @@ make check PYTHON=%{__python3}
%{_tmpfilesdir}/%{name}.conf
%changelog
* Tue Mar 16 2021 Michal Ruprich <mruprich@redhat.com> - 7.5.1-1
- New version 7.5.1
* Fri Jan 01 2021 Michal Ruprich <mruprich@redhat.com> - 7.5-1
- New version 7.5