Fix typo in merge patch

This commit is contained in:
Nick Clifton 2018-07-27 10:37:35 +01:00
parent 2d0d6ec530
commit a9675438c0
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
cat <<EOF
${INITIAL_READONLY_SECTIONS}
.note.gnu.build-id : { *(.note.gnu.build-id) }
+ .gnu-.build.attributes : { *(.gnu.build.attributes .gnu.build.attributes.*) }
+ .gnu.build.attributes : { *(.gnu.build.attributes .gnu.build.attributes.*) }
EOF
}

View File

@ -69,7 +69,7 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.31.1
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -716,6 +716,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Fri Jul 27 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-6
- Fix typo in merge patch.
* Thu Jul 26 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-5
- Merge .gnu.build.attribute sections together. (#1608390)