forked from pool/numactl
Accepting request 67069 from Base:System
OBS-URL: https://build.opensuse.org/request/show/67069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=34
This commit is contained in:
commit
12ff09e389
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Add lesser GPL public license to libnuma as metioned in the
|
||||||
|
sources
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Jan 4 15:42:37 UTC 2011 - trenn@novell.com
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Control NUMA policy for individual processes. Offer libnuma for
|
|||||||
individual NUMA policy in applications.
|
individual NUMA policy in applications.
|
||||||
|
|
||||||
%package -n libnuma1
|
%package -n libnuma1
|
||||||
License: GPLv2+
|
License: LGPLv2.1+
|
||||||
Summary: NUMA Policy Control
|
Summary: NUMA Policy Control
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
Makefile | 3 +++
|
Makefile | 3 +++
|
||||||
1 file changed, 3 insertions(+)
|
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.6.orig/Makefile
|
||||||
+++ numactl-2.0.4-rc1/Makefile
|
+++ numactl-2.0.6/Makefile
|
||||||
@@ -135,6 +135,9 @@ install: numactl migratepages migspeed n
|
@@ -136,6 +136,9 @@ install: numactl migratepages migspeed n
|
||||||
install -m 0755 memhog ${prefix}/bin
|
install -m 0755 memhog ${prefix}/bin
|
||||||
mkdir -p ${prefix}/share/man/man2 ${prefix}/share/man/man8 ${prefix}/share/man/man3
|
mkdir -p ${prefix}/share/man/man2 ${prefix}/share/man/man8 ${prefix}/share/man/man3
|
||||||
install -m 0644 numactl.8 ${prefix}/share/man/man8
|
install -m 0644 numactl.8 ${prefix}/share/man/man8
|
||||||
|
Loading…
Reference in New Issue
Block a user