[iw] Use %license instead of %doc for file containing license information

John W. Linville linville at fedoraproject.org
Wed Feb 4 19:09:50 UTC 2015


commit 1416fe9f365083028c007d3fa521c722de90d71b
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed Feb 4 14:09:41 2015 -0500

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

 iw.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/iw.spec b/iw.spec
index 85d76b5..62d2d02 100644
--- a/iw.spec
+++ b/iw.spec
@@ -1,6 +1,6 @@
 Name:           iw
 Version:        3.15
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A nl80211 based wireless configuration tool
 
 Group:          System Environment/Base
@@ -41,9 +41,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_sbindir}/%{name}
 %{_datadir}/man/man8/iw.*
-%doc COPYING
+%license COPYING
 
 %changelog
+* Wed Feb  4 2015 John W. Linville <linville at redhat.com> 3.15-3
+- Use %license instead of %doc for file containing license information
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list