From 3aec439323adcfdf69e3f1b16f74502187119efa Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 2 Feb 2017 10:37:45 +0000 Subject: [PATCH] Install COPYING[*] files using the %license macro. Resolves: #1418430 --- binutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 6dec8f0..fd9317b 100644 --- a/binutils.spec +++ b/binutils.spec @@ -43,7 +43,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.27 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -573,6 +573,7 @@ exit 0 %files -f %{?cross}binutils.lang %defattr(-,root,root,-) +%license COPYING COPYING3 COPYING3.LIB COPYING.LIB %doc README %{_bindir}/%{?cross}[!l]* %if "%{build_gold}" == "both" @@ -610,6 +611,10 @@ exit 0 %endif # %{isnative} %changelog +* Thu Feb 02 2017 Stephen Gallagher 2.27-16 +- Install COPYING[*] files using the %license macro. + (#1418430) + * Tue Jan 31 2017 Nick Clifton 2.27-15 - Fix buffer overflows when printing translated messages. (#1417411)