[b43-fwcutter] Use %license instead of %doc for file containing license information

John W. Linville linville at fedoraproject.org
Wed Feb 4 18:39:22 UTC 2015


commit df90febb224c09ea2b474a29873c3717e9ea2861
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed Feb 4 13:39:14 2015 -0500

    Use %license instead of %doc for file containing license information

 b43-fwcutter.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/b43-fwcutter.spec b/b43-fwcutter.spec
index 1d2348b..378f0d2 100644
--- a/b43-fwcutter.spec
+++ b/b43-fwcutter.spec
@@ -1,6 +1,6 @@
 Name:           b43-fwcutter
 Version:        019
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Firmware extraction tool for Broadcom wireless driver
 
 Group:          System Environment/Base
@@ -39,9 +39,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_bindir}/b43-fwcutter
 %{_mandir}/man1/*
-%doc COPYING README README.too
+%license COPYING
+%doc README README.too
 
 %changelog
+* Wed Feb  4 2015 John W. Linville <linville at redhat.com> - 019-3
+- Use %license instead of %doc for file containing license information
+
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 019-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list