diff --git a/numactl.spec b/numactl.spec index 9199bec..552d122 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.8 -Release: 2%{dist} +Release: 3%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -39,6 +39,7 @@ Provides development headers for numa library calls %setup -q -n %{name}-%{version} %build +make clean make CFLAGS="$RPM_OPT_FLAGS -I." %install @@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jan 22 2013 Petr Holasek - 2.0.8-3 +- deleted empty numastat file + * Thu Nov 1 2012 Tom Callaway - 2.0.8-2 - fix license issues