Resolves: bz1290941

This commit is contained in:
Petr Holasek 2015-12-14 12:24:16 +01:00
parent b1b8dfa59c
commit daf9de84de
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ numactl-2.0.3.tar.gz
/numactl-2.0.8.tar.gz
/numactl-2.0.9.tar.gz
/numactl-2.0.10.tar.gz
/numactl-2.0.11.tar.gz

View File

@ -1,7 +1,7 @@
Name: numactl
Summary: Library for tuning for Non Uniform Memory Access machines
Version: 2.0.10
Release: 3%{dist}
Version: 2.0.11
Release: 1%{dist}
# libnuma is LGPLv2 and GPLv2
# numactl binaries are GPLv2 only
License: GPLv2
@ -40,7 +40,6 @@ Provides development headers for numa library calls
%setup -q -n %{name}-%{version}
%build
./autogen.sh
./configure --prefix=/usr --libdir=%{_libdir}
make clean
make CFLAGS="$RPM_OPT_FLAGS -I."
@ -84,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Mon Dec 14 2015 Petr Holasek <pholasek@redhat.com> - 2.0.11-1
- Rebased to version 2.0.11 (bz1290941)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
8cf178dd90db6cf81dbf4abea10184df numactl-2.0.10.tar.gz
d3bc88b7ddb9f06d60898f4816ae9127 numactl-2.0.11.tar.gz