Eliminate duplicates between sub-packages.

Resolve: #2149646
This commit is contained in:
Nick Clifton 2022-12-06 10:44:04 +00:00
parent 0975834252
commit 58a5caed03

View File

@ -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.35.2 Version: 2.35.2
Release: 27%{?dist} Release: 28%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -1184,9 +1184,9 @@ exit 0
%endif %endif
%if "%{_target_platform}" == "x86_64-redhat-linux" %if "%{_target_platform}" == "x86_64-redhat-linux"
/usr/lib/* /usr/lib/l*
%elif "%{_target_platform}" == "i686-redhat-linux" %elif "%{_target_platform}" == "i686-redhat-linux"
/usr/lib64/* /usr/lib64/l*
%else %else
%exclude /usr/lib/* %exclude /usr/lib/*
%endif %endif
@ -1254,6 +1254,9 @@ exit 0
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Wed Nov 30 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-28
- Eliminate duplicates between sub-packages. (#2149646)
* Wed Nov 30 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-27 * Wed Nov 30 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-27
- Create cross-binutils-<ARCH> sub-packages. (#2149646) - Create cross-binutils-<ARCH> sub-packages. (#2149646)