From 1c244629cafa0d5302e8f83796b350e1128848ef Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 21:03:28 -0500 Subject: [PATCH] Add missing %license macro --- unzip.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unzip.spec b/unzip.spec index 743dd57..b07b35e 100644 --- a/unzip.spec +++ b/unzip.spec @@ -7,7 +7,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 31%{?dist} +Release: 32%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -102,11 +102,15 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{ %files %defattr(-,root,root) -%doc README BUGS LICENSE +%license LICENSE COPYING.OLD +%doc README BUGS %{_bindir}/* %{_mandir}/*/* %changelog +* Wed Feb 01 2017 Stephen Gallagher - 6.0-32 +- Add missing %%license macro + * Wed Dec 14 2016 Petr Stodulka - 6.0-31 - Fix CVE-2016-9844 - buffer overflow in zipinfo Resolves: #1404283