Resolves: bz1150511

This commit is contained in:
Petr Holasek 2014-10-08 14:57:21 +02:00
parent 11f5651a66
commit cc9c366586
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ numactl-2.0.3.tar.gz
/numactl-2.0.7.tar.gz
/numactl-2.0.8.tar.gz
/numactl-2.0.9.tar.gz
/numactl-2.0.10.tar.gz

View File

@ -1,7 +1,7 @@
Name: numactl
Summary: Library for tuning for Non Uniform Memory Access machines
Version: 2.0.9
Release: 4%{dist}
Version: 2.0.10
Release: 1%{dist}
# libnuma is LGPLv2 and GPLv2
# numactl binaries are GPLv2 only
License: GPLv2
@ -12,8 +12,6 @@ Buildroot: %{_tmppath}/%{name}-buildroot
ExcludeArch: s390 s390x %{arm}
Patch1: numactl-2.0.9-hw-check-segfault.patch
%description
Simple NUMA policy support. It consists of a numactl program to run
other programs with a specific NUMA policy.
@ -39,7 +37,6 @@ Provides development headers for numa library calls
%prep
%setup -q -n %{name}-%{version}
%patch1 -p1
%build
make clean
@ -88,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Wed Oct 08 2014 Petr Holasek <pholasek@redhat.com> 2.0.10-1
- Rebased to version 2.0.10 (bz1150511)
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
136685c8eaf9d6569c351fe1d453b30c numactl-2.0.9.tar.gz
8cf178dd90db6cf81dbf4abea10184df numactl-2.0.10.tar.gz