Remove needless use of %defattr
This commit is contained in:
parent
9e27c5f57f
commit
216f6cda06
1 changed files with 0 additions and 2 deletions
|
|
@ -66,13 +66,11 @@ that use %{name}.
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README NEWS
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libadminutil
|
||||
|
|
|
|||
Reference in a new issue