Accepting request 509239 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/509239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2017-07-21 20:37:25 +00:00 committed by Git OBS Bridge
commit d1885637d2
6 changed files with 38 additions and 5 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/numactl/numactl</param>
<param name="subdir"></param>
<param name="filename">numactl</param>
<param name="versionformat">2.0.11</param>
<param name="changesgenerate">enable</param>
<param name="revision">ea3a70681c2f523fe58e1d44527f478ca76db74e</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">numactl*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/numactl/numactl</param>
<param name="changesrevision">ea3a70681c2f523fe58e1d44527f478ca76db74e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861
size 408175

3
numactl-2.0.11.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bffb1bff87c12b153ca9c6a8e8c58946c8848f1007d31209e72106e3ff4fec2f
size 81764

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 07 12:49:19 UTC 2017 - fschnizlein@suse.com
- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e)
* Fix usage of __GLIBC_PREREQ for non-glibc toolchains
* Fix usage of __GLIBC_PREREQ for non-glibc toolchains
* Clean up numa_error() calls.
* Handle sched_getaffinity() failing with errno != EINVAL.
* "Further more" should be a single word
* Fix for numa_police_memory()
* Segment fault when numa nodes not sequential or contiguous
* Update prototype of get_mempolicy
-------------------------------------------------------------------
Thu Mar 9 08:22:02 UTC 2017 - fschnizlein@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package numactl
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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 @@ Summary: NUMA Policy Control
License: GPL-2.0
Group: System/Management
Url: http://oss.sgi.com/projects/libnuma/
Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
Source2: baselibs.conf
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch0: revert_date_in_numastat.patch