]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: remove superflous defattr lines
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 20 Jun 2018 13:36:08 +0000 (15:36 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 21 Jun 2018 15:03:29 +0000 (17:03 +0200)
They are the default since RHEL5:
https://pagure.io/packaging-committee/issue/77

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

index d000664db06f3426eaecb99bef8ccad2df3c57bf..3cacb9e616d52f7108827cce2476b17f92a47bea 100644 (file)
@@ -525,7 +525,6 @@ fi
 /sbin/install-info --delete %{_infodir}/frr.info.gz %{_infodir}/dir
 
 %files
-%defattr(-,root,root)
 %doc */*.sample* AUTHORS COPYING
 %doc doc/mpls
 %doc ChangeLog NEWS README
@@ -598,17 +597,14 @@ fi
 %{_sbindir}/frr-reload
 
 %files contrib
-%defattr(-,root,root)
 %doc tools
 
 %files pythontools
-%defattr(-,root,root)
 %{_sbindir}/frr-reload.py
 %{_sbindir}/frr-reload.pyc
 %{_sbindir}/frr-reload.pyo
 
 %files devel
-%defattr(-,root,root)
 %if %{with_ospfclient}
     %{_sbindir}/ospfclient
 %endif