Remove needless use of %defattr
This commit is contained in:
parent
084a0ce979
commit
2cba47fca0
@ -114,7 +114,6 @@ make PYTHON=%{__python3} test
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%doc data/kickstart.vim
|
||||
@ -129,7 +128,6 @@ make PYTHON=%{__python3} test
|
||||
|
||||
%if %{with python2}
|
||||
%files -n python2-kickstart
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/2to3
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.txt
|
||||
@ -138,7 +136,6 @@ make PYTHON=%{__python3} test
|
||||
%endif
|
||||
|
||||
%files -n python3-kickstart
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/2to3
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.txt
|
||||
|
Loading…
Reference in New Issue
Block a user