parent
b2ca1be519
commit
41f66d24b8
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: binutils%{?_with_debug:-debug}
|
Name: binutils%{?_with_debug:-debug}
|
||||||
Version: 2.40
|
Version: 2.40
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -1160,6 +1160,8 @@ exit 0
|
|||||||
%exclude %{_bindir}/gprofng
|
%exclude %{_bindir}/gprofng
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%exclude %dir %{_exec_prefix}/lib/debug
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%{_mandir}/man1/
|
%{_mandir}/man1/
|
||||||
%exclude %{_mandir}/man1/gp-*
|
%exclude %{_mandir}/man1/gp-*
|
||||||
@ -1186,9 +1188,7 @@ exit 0
|
|||||||
%exclude %{_libdir}/libctf-nobfd.a
|
%exclude %{_libdir}/libctf-nobfd.a
|
||||||
|
|
||||||
%dir %{_libdir}/bfd-plugins
|
%dir %{_libdir}/bfd-plugins
|
||||||
# %%{_libdir}/bfd-plugins/libdep.a
|
|
||||||
%{_libdir}/bfd-plugins/libdep.so
|
%{_libdir}/bfd-plugins/libdep.so
|
||||||
%exclude %{_exec_prefix}/lib/debug/%{_libdir}/bfd-plugins/libdep.so-*
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -1245,6 +1245,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 31 2023 Nick Clifton <nickc@redhat.com> - 2.40-9
|
||||||
|
- Spec File: Remove debug files from default package. (#2208360)
|
||||||
|
|
||||||
* Tue May 02 2023 Nick Clifton <nickc@redhat.com> - 2.40-8
|
* Tue May 02 2023 Nick Clifton <nickc@redhat.com> - 2.40-8
|
||||||
- GOLD: Stop an abort triggered by running dwp on a file with no dwo links. (#2192226)
|
- GOLD: Stop an abort triggered by running dwp on a file with no dwo links. (#2192226)
|
||||||
- Spec File: Use _prefix. (#2192118)
|
- Spec File: Use _prefix. (#2192118)
|
||||||
|
Loading…
Reference in New Issue
Block a user