Install COPYING[*] files using the %license macro.

Resolves: #1418430
This commit is contained in:
Stephen Gallagher 2017-02-02 10:37:45 +00:00 committed by Nick Clifton
parent 1cd2662020
commit 3aec439323
1 changed files with 6 additions and 1 deletions

View File

@ -43,7 +43,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.27 Version: 2.27
Release: 15%{?dist} Release: 16%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -573,6 +573,7 @@ exit 0
%files -f %{?cross}binutils.lang %files -f %{?cross}binutils.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%license COPYING COPYING3 COPYING3.LIB COPYING.LIB
%doc README %doc README
%{_bindir}/%{?cross}[!l]* %{_bindir}/%{?cross}[!l]*
%if "%{build_gold}" == "both" %if "%{build_gold}" == "both"
@ -610,6 +611,10 @@ exit 0
%endif # %{isnative} %endif # %{isnative}
%changelog %changelog
* Thu Feb 02 2017 Stephen Gallagher <sgallagh@redhat.com> 2.27-16
- Install COPYING[*] files using the %license macro.
(#1418430)
* Tue Jan 31 2017 Nick Clifton <nickc@redhat.com> 2.27-15 * Tue Jan 31 2017 Nick Clifton <nickc@redhat.com> 2.27-15
- Fix buffer overflows when printing translated messages. - Fix buffer overflows when printing translated messages.
(#1417411) (#1417411)