From 6340a7adad2fb11e81a01f8e8b2e2a4fe3e990ca Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 15:05:27 -0500 Subject: [PATCH] Add missing %license macro --- dwz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dwz.spec b/dwz.spec index 999c6b5..7d3429d 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,7 +1,7 @@ Summary: DWARF optimization and duplicate removal tool Name: dwz Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and GPLv3+ Group: Development/Tools # git archive --format=tar --remote=git://sourceware.org/git/dwz.git \ @@ -37,11 +37,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc COPYING COPYING3 COPYING.RUNTIME +%license COPYING COPYING3 COPYING.RUNTIME %{_bindir}/dwz %{_mandir}/man1/dwz.1* %changelog +* Wed Feb 01 2017 Stephen Gallagher - 0.12-3 +- Add missing %%license macro + * Wed Feb 03 2016 Fedora Release Engineering - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild