Drop %defattr()
This commit is contained in:
parent
95af7254a9
commit
bc93f34661
@ -155,7 +155,6 @@ popd
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
|
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
|
||||||
%doc THANKS.txt licenses docs tools/editors
|
%doc THANKS.txt licenses docs tools/editors
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -163,7 +162,6 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
|
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
|
||||||
%doc THANKS.txt licenses docs tools/editors
|
%doc THANKS.txt licenses docs tools/editors
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user