diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index b303ecb..d015461 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -5,7 +5,7 @@ Summary: A GNU collection of binary utilities Name: %{?scl_prefix}%{?cross}binutils%{?_with_debug:-debug} Version: 2.35 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -797,7 +797,7 @@ fi %{_bindir}/%{?cross}ld.bfd %{ld_bfd_priority} %{alternatives_cmdline} --install %{_bindir}/%{?cross}ld %{?cross}ld \ %{_bindir}/%{?cross}ld.gold %{ld_gold_priority} -%endif # both ld.gold and ld.bfd +%endif %if %{isnative} %ldconfig_post @@ -807,8 +807,8 @@ fi /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz /sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz /sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz -%endif # with docs -%endif # isnative +%endif +%endif exit 0 @@ -820,7 +820,7 @@ if [ $1 = 0 ]; then %{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.bfd %{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.gold fi -%endif # both ld.gold and ld.bfd +%endif %if %{isnative} if [ $1 = 0 ]; then @@ -833,7 +833,7 @@ if [ $1 = 0 ]; then /sbin/install-info --quiet --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz fi fi -%endif # isnative +%endif exit 0 @@ -864,7 +864,7 @@ exit 0 %ghost %{_bindir}/%{?cross}ld %else %{_bindir}/%{?cross}ld* -%endif # both ld.gold and ld.bfd +%endif %if %{with docs} %{_mandir}/man1/* @@ -888,7 +888,7 @@ exit 0 %if %{with docs} %{_infodir}/[^b]*info* %{_infodir}/binutils*info* -%endif # with docs +%endif %files devel %{_prefix}/include/* @@ -898,12 +898,15 @@ exit 0 %if %{with docs} %{_infodir}/bfd*info* -%endif # with docs +%endif %endif #---------------------------------------------------------------------------- %changelog +* Fri Jan 15 2021 Nick Clifton - 2.35-6 +- NVR bump to allow rebuild with new tag. + * Tue Aug 11 2020 Nick Clifton - 2.35-5 - Fix building with LTO enabled. - Set the sh_entsize field of the AArch64's PLT section to 0. (PR 26312)