From bfc121ec6a03eb3a42f1ac5cd61a998efacc4b18a79553779947583b6e1261fd Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 16 Mar 2011 09:39:54 +0000 Subject: [PATCH 1/3] - Adjust/refresh patch, no functional change OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=30 --- numactl.changes | 5 +++++ numactl.spec | 4 ++-- numactl_install_all_manpages | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/numactl.changes b/numactl.changes index 8d2a207..d4c4d19 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 09:39:02 UTC 2011 - trenn@novell.com + +- Adjust/refresh patch, no functional change + ------------------------------------------------------------------- Tue Jan 4 15:42:37 UTC 2011 - trenn@novell.com diff --git a/numactl.spec b/numactl.spec index a9eeb1f..454e800 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ # # spec file for package numactl (Version 2.0.6) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: numactl License: GPLv2+ Summary: NUMA Policy Control Version: 2.0.6 -Release: 1 +Release: 2 %define origversion 2.0.6 AutoReqProv: on # bug437293 diff --git a/numactl_install_all_manpages b/numactl_install_all_manpages index 6173d50..4239137 100644 --- a/numactl_install_all_manpages +++ b/numactl_install_all_manpages @@ -2,11 +2,11 @@ Makefile | 3 +++ 1 file changed, 3 insertions(+) -Index: numactl-2.0.4-rc1/Makefile +Index: numactl-2.0.6/Makefile =================================================================== ---- numactl-2.0.4-rc1.orig/Makefile -+++ numactl-2.0.4-rc1/Makefile -@@ -135,6 +135,9 @@ install: numactl migratepages migspeed n +--- numactl-2.0.6.orig/Makefile ++++ numactl-2.0.6/Makefile +@@ -136,6 +136,9 @@ install: numactl migratepages migspeed n install -m 0755 memhog ${prefix}/bin mkdir -p ${prefix}/share/man/man2 ${prefix}/share/man/man8 ${prefix}/share/man/man3 install -m 0644 numactl.8 ${prefix}/share/man/man8 From 6a552d18f747496327a2dcb23664cf400e78f2960a5ef6ce56f1406bf0790b12 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 16 Mar 2011 09:44:18 +0000 Subject: [PATCH 2/3] - Add lesser GPL public license to libnuma as metioned in the sources OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=31 --- numactl.changes | 6 ++++++ numactl.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/numactl.changes b/numactl.changes index d4c4d19..964d696 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 16 09:43:28 UTC 2011 - trenn@novell.com + +- Add lesser GPL public license to libnuma as metioned in the + sources + ------------------------------------------------------------------- Wed Mar 16 09:39:02 UTC 2011 - trenn@novell.com diff --git a/numactl.spec b/numactl.spec index 454e800..ecde99a 100644 --- a/numactl.spec +++ b/numactl.spec @@ -44,7 +44,7 @@ Control NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications. %package -n libnuma1 -License: GPLv2+ +License: GPLv2+; LGPLv2.1+ Summary: NUMA Policy Control Group: Development/Languages/C and C++ AutoReqProv: on From 3df7deb988c11a1b8a2e16f9af9b35f4a0994838aecf79dfcfe909b5732c1581 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 16 Mar 2011 11:03:37 +0000 Subject: [PATCH 3/3] - Only use LGPL for the library licence, remove the gpl part. OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=32 --- numactl.changes | 5 +++++ numactl.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/numactl.changes b/numactl.changes index 964d696..cb13b1b 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 11:02:22 UTC 2011 - trenn@novell.com + +- Only use LGPL for the library licence, remove the gpl part. + ------------------------------------------------------------------- Wed Mar 16 09:43:28 UTC 2011 - trenn@novell.com diff --git a/numactl.spec b/numactl.spec index ecde99a..059455d 100644 --- a/numactl.spec +++ b/numactl.spec @@ -44,7 +44,7 @@ Control NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications. %package -n libnuma1 -License: GPLv2+; LGPLv2.1+ +License: LGPLv2.1+ Summary: NUMA Policy Control Group: Development/Languages/C and C++ AutoReqProv: on