diff --git a/cross-binutils.spec b/cross-binutils.spec index 99578b7..1c97f99 100644 --- a/cross-binutils.spec +++ b/cross-binutils.spec @@ -64,7 +64,7 @@ Summary: A GNU collection of cross-compilation binary utilities Name: %{cross}-binutils Version: 2.30 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Development/Tools URL: https://sourceware.org/binutils @@ -763,14 +763,8 @@ function build_file_list () { ( echo %{_bindir}/$arch-[!l]\* echo %{_bindir}/$arch-ld\* - if [ -L %{buildroot}%{auxbin_prefix}/$target_cpu-* ] - then - echo %{auxbin_prefix}/$target_cpu-* - else - echo %{auxbin_prefix}/$target_cpu-*/bin/\* - fi echo %{_mandir}/man1/$arch-\* - echo '%%attr(0755,root,root)' %{_prefix}/$arch/sys-root + echo %{auxbin_prefix}/$target_cpu-\* ) >files.$arch } @@ -888,6 +882,9 @@ cd - %do_files xtensa-linux-gnu %{build_xtensa} %changelog +* Thu Jun 28 2018 David Howells - 2.30-3 +- Fix ppc* symlink packages inclusion of files from the powerpc* packages. + * Tue May 29 2018 David Howells - 2.30-2 - Sync with binutils-2.30-21.