2004-09-09 09:20:04 +00:00
|
|
|
Name: numactl
|
2007-08-03 23:52:58 +00:00
|
|
|
Summary: Library for tuning for Non Uniform Memory Access machines
|
2022-10-08 22:12:57 +00:00
|
|
|
Version: 2.0.16
|
2023-07-20 16:58:38 +00:00
|
|
|
Release: 3%{dist}
|
2012-11-01 13:47:20 +00:00
|
|
|
# libnuma is LGPLv2 and GPLv2
|
|
|
|
# numactl binaries are GPLv2 only
|
2023-08-04 02:53:25 +00:00
|
|
|
License: GPL-2.0-only
|
2018-07-25 16:31:35 +00:00
|
|
|
URL: https://github.com/numactl/numactl
|
2019-09-11 19:19:39 +00:00
|
|
|
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
2018-03-24 14:49:26 +00:00
|
|
|
|
2021-01-07 06:03:56 +00:00
|
|
|
BuildRequires: make
|
2022-10-08 22:12:57 +00:00
|
|
|
BuildRequires: libtool automake autoconf
|
2004-09-09 09:20:04 +00:00
|
|
|
|
2017-02-06 07:15:54 +00:00
|
|
|
ExcludeArch: s390 %{arm}
|
2004-09-09 09:20:04 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Simple NUMA policy support. It consists of a numactl program to run
|
2012-04-14 21:35:08 +00:00
|
|
|
other programs with a specific NUMA policy.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: libnuma libraries
|
2012-11-01 13:47:20 +00:00
|
|
|
# There is a tiny bit of GPLv2 code in libnuma.c
|
2023-08-04 02:53:25 +00:00
|
|
|
License: LGPL-2.1-only and GPL-2.0-only
|
2012-04-14 21:35:08 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
numactl-libs provides libnuma, a library to do allocations with
|
|
|
|
NUMA policy in applications.
|
2004-09-09 09:20:04 +00:00
|
|
|
|
2006-08-25 15:41:38 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development package for building Applications that use numa
|
2012-04-14 21:35:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2023-08-04 02:53:25 +00:00
|
|
|
License: LGPL-2.1-only and GPL-2.0-only
|
2006-08-25 15:41:38 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Provides development headers for numa library calls
|
|
|
|
|
2004-09-09 09:20:04 +00:00
|
|
|
%prep
|
2020-09-18 01:00:31 +00:00
|
|
|
%autosetup
|
2004-09-09 09:20:04 +00:00
|
|
|
|
|
|
|
%build
|
2018-02-24 11:06:50 +00:00
|
|
|
%configure --prefix=/usr --libdir=%{_libdir}
|
2020-09-18 01:18:27 +00:00
|
|
|
%make_build
|
2004-09-09 09:20:04 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2020-09-18 01:18:27 +00:00
|
|
|
%make_install
|
2004-09-09 09:20:04 +00:00
|
|
|
|
2019-01-22 17:40:31 +00:00
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets libs
|
2004-09-09 09:20:04 +00:00
|
|
|
|
|
|
|
%files
|
2018-07-25 16:31:35 +00:00
|
|
|
%doc README.md
|
2004-09-09 09:20:04 +00:00
|
|
|
%{_bindir}/numactl
|
|
|
|
%{_bindir}/numademo
|
|
|
|
%{_bindir}/numastat
|
|
|
|
%{_bindir}/memhog
|
2008-05-08 13:12:38 +00:00
|
|
|
%{_bindir}/migspeed
|
2008-09-29 19:45:39 +00:00
|
|
|
%{_bindir}/migratepages
|
2005-07-08 01:03:32 +00:00
|
|
|
%{_mandir}/man8/*.8*
|
2014-10-13 08:45:07 +00:00
|
|
|
%exclude %{_mandir}/man2/*.2*
|
2004-09-09 09:20:04 +00:00
|
|
|
|
2012-04-14 21:35:08 +00:00
|
|
|
%files libs
|
2014-10-09 23:02:10 +00:00
|
|
|
%{_libdir}/libnuma.so.1.0.0
|
2012-04-14 21:35:08 +00:00
|
|
|
%{_libdir}/libnuma.so.1
|
|
|
|
|
2006-08-25 15:41:38 +00:00
|
|
|
%files devel
|
2006-08-25 18:42:21 +00:00
|
|
|
%{_libdir}/libnuma.so
|
2010-02-15 16:33:49 +00:00
|
|
|
%exclude %{_libdir}/libnuma.a
|
2018-07-25 16:31:35 +00:00
|
|
|
%{_libdir}/pkgconfig/numa.pc
|
2006-08-25 15:41:38 +00:00
|
|
|
%{_includedir}/numa.h
|
|
|
|
%{_includedir}/numaif.h
|
2008-05-08 13:12:38 +00:00
|
|
|
%{_includedir}/numacompat1.h
|
2006-08-25 15:41:38 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
2004-09-09 09:20:04 +00:00
|
|
|
%changelog
|
2023-07-20 16:58:38 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 21:52:24 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.16-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-10-08 22:12:57 +00:00
|
|
|
* Sat Oct 08 2022 Filipe Brandenburger <filbranden@gmail.com> - 2.0.16-1
|
|
|
|
- Upgrade to 2.0.16
|
|
|
|
|
2022-07-22 00:54:18 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 21:29:45 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 16:24:11 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 21:45:51 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-11 19:35:27 +00:00
|
|
|
* Wed Nov 11 2020 Florian Weimer <fweimer@redhat.com> - 2.0.14-2
|
|
|
|
- Trigger rebuild to avoid DT_INIT/DT_FINI with zero values
|
|
|
|
|
2020-09-18 01:07:10 +00:00
|
|
|
* Thu Sep 17 2020 Filipe Brandenburger <filbranden@gmail.com> - 2.0.14-1
|
|
|
|
- Upgrade to 2.0.14
|
|
|
|
- Re-enabled LTO, now that upstream has been fixed to support it.
|
|
|
|
|
2020-07-28 11:57:41 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-01 21:15:55 +00:00
|
|
|
* Wed Jul 01 2020 Jeff Law <law@redhat.com> - 2.0.12-5
|
2020-09-18 01:05:27 +00:00
|
|
|
- Disable LTO
|
|
|
|
|
2020-01-29 19:18:44 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 22:39:06 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 16:36:29 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-25 16:31:35 +00:00
|
|
|
* Wed Jul 25 2018 Filipe Brandenburger <filbranden@gmail.com> - 2.0.12-1
|
|
|
|
- Rebased to version 2.0.12
|
|
|
|
|
2018-07-25 16:40:46 +00:00
|
|
|
* Wed Jul 25 2018 Filipe Brandenburger <filbranden@gmail.com>
|
|
|
|
- Fix check-rpaths warning about including /usr/lib64 in RPATH of the binaries.
|
|
|
|
|
2018-07-13 14:33:32 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-24 14:49:26 +00:00
|
|
|
* Sat Mar 24 2018 Richard W.M. Jones <rjones@redhat.com> - 2.0.11-9%{dist}
|
|
|
|
- Fix major/minor macros on glibc 2.27.
|
|
|
|
- Update config.{guess,sub} with versions which understand riscv64.
|
|
|
|
- Remove obsolete Buildroot tag.
|
|
|
|
|
2018-02-24 11:06:50 +00:00
|
|
|
* Sat Feb 24 2018 Florian Weimer <fweimer@redhat.com> - 2.0.11-8%{dist}
|
|
|
|
- Use LDFLAGS from redhat-rpm-config
|
|
|
|
|
2018-02-09 08:05:16 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.11-7
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-08 08:32:12 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 04:09:05 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:20:18 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-06 07:15:54 +00:00
|
|
|
* Mon Feb 06 2017 Petr Holasek <holasekp@gmail.com> - 2.0.11-3
|
|
|
|
- s390x arch enabled (bz1419064)
|
|
|
|
|
2016-02-04 10:58:59 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-14 11:24:16 +00:00
|
|
|
* Mon Dec 14 2015 Petr Holasek <pholasek@redhat.com> - 2.0.11-1
|
|
|
|
- Rebased to version 2.0.11 (bz1290941)
|
|
|
|
|
2015-06-17 23:26:10 +00:00
|
|
|
* 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
|
|
|
|
|
2014-10-13 08:31:51 +00:00
|
|
|
* Mon Oct 13 2014 Petr Holasek <pholasek@redhat.com> 2.0.10-2
|
|
|
|
- Fixing package conflict with man-pages (bz1151552)
|
|
|
|
|
2014-10-08 12:57:21 +00:00
|
|
|
* Wed Oct 08 2014 Petr Holasek <pholasek@redhat.com> 2.0.10-1
|
|
|
|
- Rebased to version 2.0.10 (bz1150511)
|
|
|
|
|
2014-08-17 12:28:07 +00:00
|
|
|
* 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
|
|
|
|
|
2014-07-31 13:59:25 +00:00
|
|
|
* Thu Jul 31 2014 Petr Holasek <pholasek@redhat.com> 2.0.9-3
|
2014-07-31 13:57:06 +00:00
|
|
|
- fixed segfault on non-NUMA systems (bz1080421)
|
|
|
|
|
2014-06-07 15:15:19 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-09 09:20:41 +00:00
|
|
|
* Wed Oct 09 2013 Petr Holasek <pholasek@redhat.com> 2.0.9-1
|
|
|
|
- rebased to version 2.0.9
|
|
|
|
|
2013-08-02 11:07:47 +00:00
|
|
|
* Fri Aug 02 2013 Karsten Hopp <karsten@redhat.com> 2.0.8-4
|
|
|
|
- rebuild in F20 to fix some dependency issues on PPC
|
|
|
|
|
2013-02-14 08:48:08 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-22 03:41:17 +00:00
|
|
|
* Tue Jan 22 2013 Petr Holasek <pholasek@redhat.com> - 2.0.8-3
|
|
|
|
- deleted empty numastat file
|
|
|
|
|
2012-11-01 13:47:20 +00:00
|
|
|
* Thu Nov 1 2012 Tom Callaway <spot@fedoraproject.org> - 2.0.8-2
|
|
|
|
- fix license issues
|
|
|
|
|
2012-10-26 12:14:51 +00:00
|
|
|
* Fri Oct 26 2012 Petr Holasek <pholasek@redhat.com> - 2.0.8-1
|
|
|
|
- Rebased to version 2.0.8
|
|
|
|
|
2012-07-20 05:34:19 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-19 11:19:36 +00:00
|
|
|
* Sat May 19 2012 Petr Holasek <pholasek@redhat.com> - 2.0.7-6
|
|
|
|
- numademo segfault fix (bz823125, bz823127)
|
|
|
|
|
2012-04-14 21:35:08 +00:00
|
|
|
* Sun Apr 15 2012 Petr Holasek <pholasek@redhat.com> - 2.0.7-5
|
|
|
|
- Library splitted out of numactl package to numactl-libs
|
|
|
|
|
2012-01-13 11:20:07 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2013-08-02 11:07:47 +00:00
|
|
|
* Mon Jan 02 2012 Anton Arapov <anton@redhat.com> - 2.0.7-3
|
2012-01-02 12:20:58 +00:00
|
|
|
- Include missing manpages
|
|
|
|
|
2011-06-18 11:18:33 +00:00
|
|
|
* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> - 2.0.7-2
|
|
|
|
- Exclude ARM platforms
|
|
|
|
|
2011-04-15 07:17:41 +00:00
|
|
|
* Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
|
|
|
|
- Update to latest upstream stable version (bz 696703)
|
|
|
|
|
2011-03-22 17:13:57 +00:00
|
|
|
* Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
|
|
|
|
- Better manpages (bz 673613)
|
|
|
|
|
2011-02-09 01:18:53 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-04 21:13:38 +00:00
|
|
|
* Tue Jan 04 2011 Neil Horman <nhorman@redhat.com> - 2.0.6-1
|
|
|
|
- Update to latest upstream stable version (bz 666379)
|
|
|
|
|
2010-10-18 19:40:39 +00:00
|
|
|
* Mon Oct 18 2010 Neil Horman <nhorman@redhat.com> - 2.0.5-1
|
|
|
|
- Update to latest stable upstream source
|
|
|
|
|
2010-02-15 16:33:49 +00:00
|
|
|
* Mon Feb 15 2010 Neil Horman <nhorman@redhat.com> - 2.0.3-8
|
|
|
|
- Remove static libs from numactl (bz 556088)
|
|
|
|
|
2009-08-10 14:06:26 +00:00
|
|
|
* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-7
|
|
|
|
- Add destructor to libnuma.so to free allocated memory (bz 516227)
|
|
|
|
|
2009-08-10 11:16:58 +00:00
|
|
|
* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-6
|
|
|
|
- Fix obo in nodes_allowed_list strncpy (bz 516223)
|
|
|
|
|
2009-07-25 19:41:12 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-26 15:48:16 +00:00
|
|
|
* Fri Jun 26 2009 Neil Horman <nhorman@redhat.com>
|
|
|
|
- Update to full 2.0.3 version (bz 506795)
|
|
|
|
|
2009-06-17 17:17:18 +00:00
|
|
|
* Wed Jun 17 2009 Neil Horman <nhorman@redhat.com>
|
|
|
|
- Fix silly libnuma warnings again (bz 499633)
|
|
|
|
|
2009-05-08 18:56:31 +00:00
|
|
|
* Fri May 08 2009 Neil Horman <nhorman@redhat.com>
|
|
|
|
- Update to 2.0.3-rc3 (bz 499633)
|
|
|
|
|
2009-03-25 15:07:55 +00:00
|
|
|
* Wed Mar 25 2009 Mark McLoughlin <markmc@redhat.com> - 2.0.2-4
|
|
|
|
- Remove warning from libnuma (bz 484552)
|
|
|
|
|
2009-02-26 06:22:54 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-29 20:10:23 +00:00
|
|
|
* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-2
|
|
|
|
- Fix build break due to register selection in asm
|
|
|
|
|
2008-09-29 19:45:39 +00:00
|
|
|
* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-1
|
|
|
|
- Update rawhide to version 2.0.2 of numactl
|
2008-05-08 13:12:38 +00:00
|
|
|
|
2008-04-25 13:13:30 +00:00
|
|
|
* Fri Apr 25 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-6
|
|
|
|
- Fix buffer size passing and arg sanity check for physcpubind (bz 442521)
|
|
|
|
|
2008-03-14 11:38:31 +00:00
|
|
|
* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-5
|
|
|
|
- Fixing spec file to actually apply alpha patch :)
|
|
|
|
|
2008-03-14 11:31:23 +00:00
|
|
|
* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-4
|
|
|
|
- Add alpha syscalls (bz 396361)
|
|
|
|
|
2008-02-19 16:10:30 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-20 15:13:33 +00:00
|
|
|
* Thu Dec 20 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
|
|
|
|
- Update numactl to fix get_mempolicy signature (bz 418551)
|
|
|
|
|
2007-12-14 20:15:57 +00:00
|
|
|
* Fri Dec 14 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
|
|
|
|
- Update numactl to latest version (bz 425281)
|
|
|
|
|
2007-08-07 20:36:56 +00:00
|
|
|
* Tue Aug 07 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-4
|
2007-08-07 20:35:06 +00:00
|
|
|
- Fixing some remaining merge review issues (bz 226207)
|
|
|
|
|
2007-08-07 20:31:56 +00:00
|
|
|
* Fri Aug 03 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-3
|
2007-08-03 23:52:58 +00:00
|
|
|
- fixing up merge review (bz 226207)
|
|
|
|
|
2007-08-07 20:31:56 +00:00
|
|
|
* Fri Jan 12 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-2
|
2007-01-12 14:37:41 +00:00
|
|
|
- Properly fixed bz 221982
|
2018-02-09 08:05:16 +00:00
|
|
|
- Updated revision string to include %%{dist}
|
2007-01-12 14:37:41 +00:00
|
|
|
|
2007-01-11 13:39:34 +00:00
|
|
|
* Thu Jan 11 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-1.38
|
2007-01-11 13:38:45 +00:00
|
|
|
- Fixed -devel to depend on base package so libnuma.so resolves
|
|
|
|
|
2006-09-21 16:34:54 +00:00
|
|
|
* Thu Sep 21 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.36
|
|
|
|
- adding nodebind patch for bz 207404
|
|
|
|
|
2006-08-25 18:42:21 +00:00
|
|
|
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.35
|
|
|
|
- moving over libnuma.so to -devel package as well
|
|
|
|
|
2006-08-25 15:41:38 +00:00
|
|
|
* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.34
|
|
|
|
- split out headers/devel man pages to a devel subpackage
|
|
|
|
|
2006-08-15 14:18:47 +00:00
|
|
|
* Tue Aug 15 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.32
|
|
|
|
- add patch for broken cpu/nodebind output (bz 201906)
|
|
|
|
|
2006-07-12 07:29:48 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8-1.31
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-13 14:58:47 +00:00
|
|
|
* Tue Jun 13 2006 Neil Horman <nhorman@redhat.com>
|
|
|
|
- Rebased numactl to version 0.9.8 for FC6/RHEL5
|
|
|
|
|
2006-04-27 14:38:52 +00:00
|
|
|
* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
|
|
|
|
- Added patches for 64 bit overflows and cpu mask problem
|
|
|
|
|
2006-03-10 06:06:35 +00:00
|
|
|
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild for ppc TLS issue (#184446)
|
|
|
|
|
2006-02-11 04:48:25 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.4-1.25.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-03-10 06:06:35 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com>
|
2006-02-07 13:16:46 +00:00
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:42:31 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-07-08 00:32:20 +00:00
|
|
|
* Thu Jul 7 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- numactl doesn't own the manpage dirs. (#161547)
|
|
|
|
|
2005-03-02 04:07:30 +00:00
|
|
|
* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Rebuild for gcc4
|
|
|
|
|
2005-02-08 23:50:02 +00:00
|
|
|
* Tue Feb 8 2005 Dave Jones <davej@redhat.com>
|
2005-02-09 00:06:41 +00:00
|
|
|
- rebuild with -D_FORTIFY_SOURCE=2
|
2005-02-08 23:49:48 +00:00
|
|
|
|
2004-11-10 17:16:44 +00:00
|
|
|
* Wed Nov 10 2004 David Woodhouse <dwmw2@redhat.com>
|
|
|
|
- Fix build on x86_64
|
|
|
|
|
2004-10-21 10:43:11 +00:00
|
|
|
* Thu Oct 21 2004 David Woodhouse <dwmw2@redhat.com>
|
|
|
|
- Add PPC support
|
|
|
|
|
2004-09-09 09:20:08 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 09:20:04 +00:00
|
|
|
* Sat Jun 05 2004 Warren Togami <wtogami@redhat.com>
|
|
|
|
- spec cleanup
|
|
|
|
|
|
|
|
* Sat Jun 05 2004 Arjan van de Ven <arjanv@redhat.com>
|
|
|
|
- initial packaging
|
2005-02-08 23:53:06 +00:00
|
|
|
|