Fix typo in merge patch
This commit is contained in:
parent
2d0d6ec530
commit
a9675438c0
@ -4,7 +4,7 @@
|
|||||||
cat <<EOF
|
cat <<EOF
|
||||||
${INITIAL_READONLY_SECTIONS}
|
${INITIAL_READONLY_SECTIONS}
|
||||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
.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
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.31.1
|
Version: 2.31.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -716,6 +716,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%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
|
* Thu Jul 26 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-5
|
||||||
- Merge .gnu.build.attribute sections together. (#1608390)
|
- Merge .gnu.build.attribute sections together. (#1608390)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user