diff --git a/numactl.spec b/numactl.spec index af5a0a3..972f125 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,5 +1,5 @@ Name: numactl -Version: 2.0.14 +Version: 2.0.15 Release: 1mamba Summary: Simple NUMA policy support Group: System/Tools @@ -11,10 +11,8 @@ Source: https://github.com/numactl/numactl.git/v%{version}/numactl-%{vers License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END Requires: libnuma = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Simple NUMA policy support. @@ -84,7 +82,6 @@ rm -f %{buildroot}%{_mandir}/man2/move_pages.2* %{_includedir}/numacompat1.h %{_includedir}/numaif.h %{_libdir}/libnuma.a -%{_libdir}/libnuma.la %{_libdir}/libnuma.so %{_libdir}/pkgconfig/numa.pc %{_mandir}/man3/numa.3* @@ -92,6 +89,9 @@ rm -f %{buildroot}%{_mandir}/man2/move_pages.2* %changelog +* Sat Sep 10 2022 Automatic Build System 2.0.15-1mamba +- automatic version update by autodist + * Fri Sep 18 2020 Automatic Build System 2.0.14-1mamba - automatic version update by autodist