mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 01:37:53 +00:00
redhat: remove some superflous %attr calls
These are the default Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
bc1dc4fe04
commit
4aa7422e82
@ -583,14 +583,14 @@ fi
|
|||||||
%{_sbindir}/babeld
|
%{_sbindir}/babeld
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/lib*.so.0
|
%{_libdir}/lib*.so.0
|
||||||
%attr(755,root,root) %{_libdir}/lib*.so.0.*
|
%{_libdir}/lib*.so.0.*
|
||||||
%if %{with_fpm}
|
%if %{with_fpm}
|
||||||
%attr(755,root,root) %{_libdir}/frr/modules/zebra_fpm.so
|
%{_libdir}/frr/modules/zebra_fpm.so
|
||||||
%endif
|
%endif
|
||||||
%if %{with_rpki}
|
%if %{with_rpki}
|
||||||
%attr(755,root,root) %{_libdir}/frr/modules/bgpd_rpki.so
|
%{_libdir}/frr/modules/bgpd_rpki.so
|
||||||
%endif
|
%endif
|
||||||
%attr(755,root,root) %{_libdir}/frr/modules/zebra_irdp.so
|
%{_libdir}/frr/modules/zebra_irdp.so
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%config(noreplace) %{configdir}/[!v]*.conf*
|
%config(noreplace) %{configdir}/[!v]*.conf*
|
||||||
%config(noreplace) %attr(750,%{frr_user},%{frr_user}) %{configdir}/daemons
|
%config(noreplace) %attr(750,%{frr_user},%{frr_user}) %{configdir}/daemons
|
||||||
@ -620,16 +620,16 @@ fi
|
|||||||
%if %{with_ospfclient}
|
%if %{with_ospfclient}
|
||||||
%{_sbindir}/ospfclient
|
%{_sbindir}/ospfclient
|
||||||
%endif
|
%endif
|
||||||
%dir %attr(755,root,root) %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
%{_includedir}/%name/*.h
|
%{_includedir}/%name/*.h
|
||||||
%dir %attr(755,root,root) %{_includedir}/%{name}/ospfd
|
%dir %{_includedir}/%{name}/ospfd
|
||||||
%{_includedir}/%name/ospfd/*.h
|
%{_includedir}/%name/ospfd/*.h
|
||||||
%if %{with_ospfapi}
|
%if %{with_ospfapi}
|
||||||
%dir %attr(755,root,root) %{_includedir}/%{name}/ospfapi
|
%dir %{_includedir}/%{name}/ospfapi
|
||||||
%{_includedir}/%name/ospfapi/*.h
|
%{_includedir}/%name/ospfapi/*.h
|
||||||
%endif
|
%endif
|
||||||
%if %{with_eigrpd}
|
%if %{with_eigrpd}
|
||||||
%dir %attr(755,root,root) %{_includedir}/%{name}/eigrpd
|
%dir %{_includedir}/%{name}/eigrpd
|
||||||
%{_includedir}/%name/eigrpd/*.h
|
%{_includedir}/%name/eigrpd/*.h
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user