Stop the cross binaries from leaking into the native packages.
Resolves: #2162328
This commit is contained in:
parent
d2eff8f756
commit
2631b782d0
@ -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: 36%{?dist}
|
Release: 37%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -1177,18 +1177,22 @@ exit 0
|
|||||||
%if %{with crossbuilds}
|
%if %{with crossbuilds}
|
||||||
%if "%{_target_platform}" != "aarch64-redhat-linux"
|
%if "%{_target_platform}" != "aarch64-redhat-linux"
|
||||||
%exclude /usr/aarch64-redhat-linux/*
|
%exclude /usr/aarch64-redhat-linux/*
|
||||||
|
%exclude /usr/bin/aarch64-redhat-linux-*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{_target_platform}" != "ppc64le-redhat-linux"
|
%if "%{_target_platform}" != "ppc64le-redhat-linux"
|
||||||
%exclude /usr/ppc64le-redhat-linux/*
|
%exclude /usr/ppc64le-redhat-linux/*
|
||||||
|
%exclude /usr/bin/ppc64le-redhat-linux-*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{_target_platform}" != "s390x-redhat-linux"
|
%if "%{_target_platform}" != "s390x-redhat-linux"
|
||||||
%exclude /usr/s390x-redhat-linux/*
|
%exclude /usr/s390x-redhat-linux/*
|
||||||
|
%exclude /usr/bin/s390x-redhat-linux-*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{_target_platform}" != "x86_64-redhat-linux"
|
%if "%{_target_platform}" != "x86_64-redhat-linux"
|
||||||
%exclude /usr/x86_64-redhat-linux/*
|
%exclude /usr/x86_64-redhat-linux/*
|
||||||
|
%exclude /usr/bin/x86_64-redhat-linux-*
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1260,6 +1264,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 20 2023 Nick Clifton <nickc@redhat.com> - 2.35.2-37
|
||||||
|
- Stop the cross binaries from leaking into the native packages.
|
||||||
|
|
||||||
* Thu Jan 19 2023 Nick Clifton <nickc@redhat.com> - 2.35.2-36
|
* Thu Jan 19 2023 Nick Clifton <nickc@redhat.com> - 2.35.2-36
|
||||||
- Ensure that x76_64 and i686 versions of bfd_stdint.h are the same. (#2162328)
|
- Ensure that x76_64 and i686 versions of bfd_stdint.h are the same. (#2162328)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user