diff --git a/frr.spec b/frr.spec index c237994..093e882 100644 --- a/frr.spec +++ b/frr.spec @@ -5,7 +5,7 @@ Name: frr Version: 7.1 -Release: 2%{?checkout}%{?dist} +Release: 3%{?checkout}%{?dist} Summary: Routing daemon License: GPLv2+ URL: http://www.frrouting.org @@ -169,13 +169,16 @@ make check PYTHON=%{__python3} %{_libdir}/frr/*.so.* %{_libdir}/frr/modules/* %config(noreplace) %attr(644,root,root) /etc/logrotate.d/frr -/etc/frr/daemons +%config(noreplace) /etc/frr/daemons %config(noreplace) /etc/pam.d/frr %{_unitdir}/*.service /usr/share/yang/*.yang #%%{_libdir}/frr/frr/libyang_plugins/* %changelog +* Mon Oct 07 2019 Michal Ruprich - 7.1-3 +- Adding noreplace to the /etc/frr/daemons file + * Fri Sep 13 2019 Michal Ruprich - 7.1-2 - New way of finding python version during build - Replacing crypto of all routing daemons with openssl