[x86info] Correct license tag in spec. (It's explicitly GPLv2).

Dave Jones davej at fedoraproject.org
Tue Feb 8 20:51:34 UTC 2011


commit b5834ddb53077d4ca0bb21bbef0baef55fb1258a
Author: Dave Jones <davej at redhat.com>
Date:   Tue Feb 8 15:51:16 2011 -0500

    Correct license tag in spec. (It's explicitly GPLv2).

 x86info.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/x86info.spec b/x86info.spec
index de760b6..888ed10 100644
--- a/x86info.spec
+++ b/x86info.spec
@@ -1,10 +1,10 @@
 Summary:        x86 processor information tool.
 Name:           x86info
 Version:        1.27
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          1
 Group:          System Environment/Base
-License:        GPLv2+
+License:        GPLv2
 Source0:        http://www.codemonkey.org.uk/projects/x86info/x86info-%{version}.tgz
 ExclusiveArch:  %{ix86} x86_64
 Url:            http://www.codemonkey.org.uk/projects/x86info
@@ -36,6 +36,9 @@ install -p -m 0755 lsmsr %{buildroot}%{_sbindir}/lsmsr
 %{_mandir}/man1/*
 
 %changelog
+* Tue Feb 08 2011 Dave Jones <davej at redhat.com>
+- Correct license tag in spec. (It's explicitly GPLv2).
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list