Remove needless use of %defattr
This commit is contained in:
parent
e0fb2b44c0
commit
d16fb081a1
@ -72,7 +72,6 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc doc/CHANGES doc/COPYING README
|
%doc doc/CHANGES doc/COPYING README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%dir %{_usr}/%{_lib}/xfsprogs
|
%dir %{_usr}/%{_lib}/xfsprogs
|
||||||
@ -83,7 +82,6 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
|
|||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_mandir}/man2/*
|
%{_mandir}/man2/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%dir %{_includedir}/xfs
|
%dir %{_includedir}/xfs
|
||||||
|
Loading…
Reference in New Issue
Block a user