Remove %defattr invocations which are no longer necessary
Related: #1966479 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
a72e12d7b8
commit
66bb80596c
10
gnutls.spec
10
gnutls.spec
@ -1,6 +1,6 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 3.7.2
|
Version: 3.7.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Patch1: gnutls-3.6.7-no-now-guile.patch
|
Patch1: gnutls-3.6.7-no-now-guile.patch
|
||||||
Patch2: gnutls-3.2.7-rpath.patch
|
Patch2: gnutls-3.2.7-rpath.patch
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
@ -242,7 +242,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc
|
|||||||
make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
||||||
|
|
||||||
%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
|
||||||
@ -254,7 +253,6 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
%{_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}
|
||||||
@ -268,7 +266,6 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
%{_docdir}/manual/*
|
%{_docdir}/manual/*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/certtool
|
%{_bindir}/certtool
|
||||||
%if %{with tpm12}
|
%if %{with tpm12}
|
||||||
%{_bindir}/tpmtool
|
%{_bindir}/tpmtool
|
||||||
@ -286,13 +283,11 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
|
|
||||||
%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.2/guile-gnutls*.so*
|
%{_libdir}/guile/2.2/guile-gnutls*.so*
|
||||||
%{_libdir}/guile/2.2/site-ccache/gnutls.go
|
%{_libdir}/guile/2.2/site-ccache/gnutls.go
|
||||||
%{_libdir}/guile/2.2/site-ccache/gnutls/extra.go
|
%{_libdir}/guile/2.2/site-ccache/gnutls/extra.go
|
||||||
@ -301,6 +296,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 26 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-2
|
||||||
|
- Remove %%defattr invocations which are no longer necessary
|
||||||
|
|
||||||
* Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1
|
* Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1
|
||||||
- Update to upstream 3.7.2 release (#1966479)
|
- Update to upstream 3.7.2 release (#1966479)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user