Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:48:51 -05:00
parent 17183d5af0
commit 79becb62a6

View File

@ -145,7 +145,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%if %{with_python2} %if %{with_python2}
%files -n python2-libvirt %files -n python2-libvirt
%defattr(-,root,root)
%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/ %doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
%{python2_sitearch}/libvirt.py* %{python2_sitearch}/libvirt.py*
%{python2_sitearch}/libvirt_qemu.py* %{python2_sitearch}/libvirt_qemu.py*
@ -156,7 +155,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%if %{with_python3} %if %{with_python3}
%files -n python3-libvirt %files -n python3-libvirt
%defattr(-,root,root)
%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/ %doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
%{python3_sitearch}/libvirt.py* %{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py* %{python3_sitearch}/libvirtaio.py*