Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:53:33 -05:00
parent 084a0ce979
commit 2cba47fca0

View File

@ -114,7 +114,6 @@ make PYTHON=%{__python3} test
%endif %endif
%files %files
%defattr(-,root,root,-)
%license COPYING %license COPYING
%doc README.rst %doc README.rst
%doc data/kickstart.vim %doc data/kickstart.vim
@ -129,7 +128,6 @@ make PYTHON=%{__python3} test
%if %{with python2} %if %{with python2}
%files -n python2-kickstart %files -n python2-kickstart
%defattr(-,root,root,-)
%doc docs/2to3 %doc docs/2to3
%doc docs/programmers-guide %doc docs/programmers-guide
%doc docs/kickstart-docs.txt %doc docs/kickstart-docs.txt
@ -138,7 +136,6 @@ make PYTHON=%{__python3} test
%endif %endif
%files -n python3-kickstart %files -n python3-kickstart
%defattr(-,root,root,-)
%doc docs/2to3 %doc docs/2to3
%doc docs/programmers-guide %doc docs/programmers-guide
%doc docs/kickstart-docs.txt %doc docs/kickstart-docs.txt