Adding noreplace to the /etc/frr/daemons file
This commit is contained in:
parent
1924a87e88
commit
db560a0aad
7
frr.spec
7
frr.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
Release: 3%{?checkout}%{?dist}
|
Release: 4%{?checkout}%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.frrouting.org
|
URL: http://www.frrouting.org
|
||||||
@ -169,13 +169,16 @@ make check PYTHON=%{__python3}
|
|||||||
%{_libdir}/frr/*.so.*
|
%{_libdir}/frr/*.so.*
|
||||||
%{_libdir}/frr/modules/*
|
%{_libdir}/frr/modules/*
|
||||||
%config(noreplace) %attr(644,root,root) /etc/logrotate.d/frr
|
%config(noreplace) %attr(644,root,root) /etc/logrotate.d/frr
|
||||||
/etc/frr/daemons
|
%config(noreplace) /etc/frr/daemons
|
||||||
%config(noreplace) /etc/pam.d/frr
|
%config(noreplace) /etc/pam.d/frr
|
||||||
%{_unitdir}/*.service
|
%{_unitdir}/*.service
|
||||||
/usr/share/yang/*.yang
|
/usr/share/yang/*.yang
|
||||||
#%%{_libdir}/frr/frr/libyang_plugins/*
|
#%%{_libdir}/frr/frr/libyang_plugins/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 07 2019 Michal Ruprich <mruprich@redhat.com> - 7.1-4
|
||||||
|
- Adding noreplace to the /etc/frr/daemons file
|
||||||
|
|
||||||
* Fri Sep 13 2019 Michal Ruprich <mruprich@redhat.com> - 7.1-3
|
* Fri Sep 13 2019 Michal Ruprich <mruprich@redhat.com> - 7.1-3
|
||||||
- New way of finding python version during build
|
- New way of finding python version during build
|
||||||
- Replacing crypto of all routing daemons with openssl
|
- Replacing crypto of all routing daemons with openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user