[numactl] fix license issues

Tom Callaway spot at fedoraproject.org
Thu Nov 1 13:45:48 UTC 2012


commit cb198ee2d948e1375b461483e2a74645c671be1e
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Nov 1 09:47:20 2012 -0400

    fix license issues

 numactl.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/numactl.spec b/numactl.spec
index ea298e6..9199bec 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,8 +1,10 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
 Version:	2.0.8
-Release:	1%{dist}
-License:	LGPLv2/GPLv2
+Release:	2%{dist}
+# libnuma is LGPLv2 and GPLv2
+# numactl binaries are GPLv2 only
+License:	GPLv2
 Group:		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
 Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
@@ -16,6 +18,8 @@ other programs with a specific NUMA policy.
 
 %package libs
 Summary: libnuma libraries
+# There is a tiny bit of GPLv2 code in libnuma.c
+License: LGPLv2 and GPLv2
 Group: System Environment/Libraries
 
 %description libs
@@ -26,6 +30,7 @@ NUMA policy in applications.
 Summary: Development package for building Applications that use numa
 Group: System Environment/Libraries
 Requires: %{name}-libs = %{version}-%{release}
+License: LGPLv2 and GPLv2
 
 %description devel
 Provides development headers for numa library calls
@@ -56,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc README
 %{_bindir}/numactl
 %{_bindir}/numademo
 %{_bindir}/numastat
@@ -78,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Nov  1 2012 Tom Callaway <spot at fedoraproject.org> - 2.0.8-2
+- fix license issues
+
 * Fri Oct 26 2012 Petr Holasek <pholasek at redhat.com> - 2.0.8-1
 - Rebased to version 2.0.8
 


More information about the scm-commits mailing list