Remove needless use of %defattr
This commit is contained in:
parent
c3056098ef
commit
2ed903e5e9
@ -245,7 +245,6 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -f gnutls.lang
|
%files -f gnutls.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libgnutls.so.30*
|
%{_libdir}/libgnutls.so.30*
|
||||||
%if %{with fips}
|
%if %{with fips}
|
||||||
%{_libdir}/.libgnutls.so.30*.hmac
|
%{_libdir}/.libgnutls.so.30*.hmac
|
||||||
@ -257,7 +256,6 @@ fi
|
|||||||
%{_libdir}/libgnutlsxx.so.*
|
%{_libdir}/libgnutlsxx.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libgnutls*.so
|
%{_libdir}/libgnutls*.so
|
||||||
%if %{with fips}
|
%if %{with fips}
|
||||||
@ -271,7 +269,6 @@ fi
|
|||||||
%{_docdir}/manual/*
|
%{_docdir}/manual/*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/certtool
|
%{_bindir}/certtool
|
||||||
%{_bindir}/tpmtool
|
%{_bindir}/tpmtool
|
||||||
%{_bindir}/ocsptool
|
%{_bindir}/ocsptool
|
||||||
@ -287,13 +284,11 @@ fi
|
|||||||
|
|
||||||
%if %{with dane}
|
%if %{with dane}
|
||||||
%files dane
|
%files dane
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libgnutls-dane.so.*
|
%{_libdir}/libgnutls-dane.so.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
%files guile
|
%files guile
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/guile/2.0/guile-gnutls*.so*
|
%{_libdir}/guile/2.0/guile-gnutls*.so*
|
||||||
%{_libdir}/guile/2.0/site-ccache/gnutls.go
|
%{_libdir}/guile/2.0/site-ccache/gnutls.go
|
||||||
%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
|
%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
|
||||||
|
Loading…
Reference in New Issue
Block a user