Fixing permissions on config files in /etc/frr
Enabling integrated configuration option for frr
This commit is contained in:
parent
c0bc1c720a
commit
22d94bec34
10
frr.spec
10
frr.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 7.5.1
|
Version: 7.5.1
|
||||||
Release: 1%{?checkout}%{?dist}
|
Release: 2%{?checkout}%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.frrouting.org
|
URL: http://www.frrouting.org
|
||||||
@ -140,7 +140,7 @@ fi
|
|||||||
|
|
||||||
#still used by vtysh, this way no error is produced when using vtysh
|
#still used by vtysh, this way no error is produced when using vtysh
|
||||||
if [ ! -e %{_sysconfdir}/frr/vtysh.conf ]; then
|
if [ ! -e %{_sysconfdir}/frr/vtysh.conf ]; then
|
||||||
echo 'no service integrated-vtysh-config' > %{_sysconfdir}/frr/vtysh.conf
|
touch %{_sysconfdir}/frr/vtysh.conf
|
||||||
chmod 640 %{_sysconfdir}/frr/vtysh.conf
|
chmod 640 %{_sysconfdir}/frr/vtysh.conf
|
||||||
chown frr:frrvty %{_sysconfdir}/frr/vtysh.conf
|
chown frr:frrvty %{_sysconfdir}/frr/vtysh.conf
|
||||||
fi
|
fi
|
||||||
@ -173,7 +173,7 @@ make check PYTHON=%{__python3}
|
|||||||
%doc ripngd/ripngd.conf.sample
|
%doc ripngd/ripngd.conf.sample
|
||||||
%doc pimd/pimd.conf.sample
|
%doc pimd/pimd.conf.sample
|
||||||
%doc doc/mpls
|
%doc doc/mpls
|
||||||
%dir %attr(640,frr,frr) %{_sysconfdir}/frr
|
%dir %attr(750,frr,frr) %{_sysconfdir}/frr
|
||||||
%dir %attr(755,frr,frr) /var/log/frr
|
%dir %attr(755,frr,frr) /var/log/frr
|
||||||
%dir %attr(755,frr,frr) /run/frr
|
%dir %attr(755,frr,frr) /run/frr
|
||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
@ -194,6 +194,10 @@ make check PYTHON=%{__python3}
|
|||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 23 2021 Michal Ruprich <mruprich@redhat.com> - 7.5.1-2
|
||||||
|
- Fixing permissions on config files in /etc/frr
|
||||||
|
- Enabling integrated configuration option for frr
|
||||||
|
|
||||||
* Fri Mar 12 2021 Michal Ruprich <mruprich@redhat.com> - 7.5.1-1
|
* Fri Mar 12 2021 Michal Ruprich <mruprich@redhat.com> - 7.5.1-1
|
||||||
- New version 7.5.1
|
- New version 7.5.1
|
||||||
- Enabling grpc, adding hostname for post scriptlet
|
- Enabling grpc, adding hostname for post scriptlet
|
||||||
|
Loading…
Reference in New Issue
Block a user