forked from pool/numactl
- Adjust/refresh patch, no functional change
OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=30
This commit is contained in:
parent
7775c04ebd
commit
bfc121ec6a
@ -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
|
Tue Jan 4 15:42:37 UTC 2011 - trenn@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package numactl (Version 2.0.6)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Name: numactl
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: NUMA Policy Control
|
Summary: NUMA Policy Control
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 1
|
Release: 2
|
||||||
%define origversion 2.0.6
|
%define origversion 2.0.6
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
|
@ -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