]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: remove some superflous %attr calls
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 20 Jun 2018 14:00:41 +0000 (16:00 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 21 Jun 2018 15:05:41 +0000 (17:05 +0200)
These are the default

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
redhat/frr.spec.in

index 7ee8b3be1755c99d8409bd965938deb563f72385..85f7ed5f27dc4f6569f59875ba8aaee5502750cc 100644 (file)
@@ -583,14 +583,14 @@ fi
     %{_sbindir}/babeld
 %endif
 %{_libdir}/lib*.so.0
-%attr(755,root,root) %{_libdir}/lib*.so.0.*
+%{_libdir}/lib*.so.0.*
 %if %{with_fpm}
-    %attr(755,root,root) %{_libdir}/frr/modules/zebra_fpm.so
+    %{_libdir}/frr/modules/zebra_fpm.so
 %endif
 %if %{with_rpki}
-    %attr(755,root,root) %{_libdir}/frr/modules/bgpd_rpki.so
+    %{_libdir}/frr/modules/bgpd_rpki.so
 %endif
-%attr(755,root,root) %{_libdir}/frr/modules/zebra_irdp.so
+%{_libdir}/frr/modules/zebra_irdp.so
 %{_bindir}/*
 %config(noreplace) %{configdir}/[!v]*.conf*
 %config(noreplace) %attr(750,%{frr_user},%{frr_user}) %{configdir}/daemons
@@ -620,16 +620,16 @@ fi
 %if %{with_ospfclient}
     %{_sbindir}/ospfclient
 %endif
-%dir %attr(755,root,root) %{_includedir}/%{name}
+%dir %{_includedir}/%{name}
 %{_includedir}/%name/*.h
-%dir %attr(755,root,root) %{_includedir}/%{name}/ospfd
+%dir %{_includedir}/%{name}/ospfd
 %{_includedir}/%name/ospfd/*.h
 %if %{with_ospfapi}
-    %dir %attr(755,root,root) %{_includedir}/%{name}/ospfapi
+    %dir %{_includedir}/%{name}/ospfapi
     %{_includedir}/%name/ospfapi/*.h
 %endif
 %if %{with_eigrpd}
-    %dir %attr(755,root,root) %{_includedir}/%{name}/eigrpd
+    %dir %{_includedir}/%{name}/eigrpd
     %{_includedir}/%name/eigrpd/*.h
 %endif