Compare commits
127 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4f5555fd93 | ||
|
41810c0183 | ||
|
80d26cc25d | ||
|
b55a2bf582 | ||
|
f8aba22277 | ||
|
546e5df3f8 | ||
|
d94c41b073 | ||
|
73865d1b19 | ||
|
c5260c37ca | ||
|
75238a36b6 | ||
|
d5b6ba4459 | ||
|
f82432f5b8 | ||
|
8ef0b12494 | ||
|
3401e7590b | ||
|
96e360bbd3 | ||
|
db4e6050c3 | ||
|
0ce69dd0af | ||
|
f5b5dd13ab | ||
|
ce96093692 | ||
|
15feb4bf91 | ||
|
22ece095ba | ||
|
4f670473bc | ||
|
fc5f7661b7 | ||
|
0673f33a6c | ||
|
321a201444 | ||
|
9d877ecfb4 | ||
|
a5202f3722 | ||
|
b6596df4db | ||
|
64a9642399 | ||
|
d57a115ed2 | ||
|
485ebbfc07 | ||
|
6f2496dfd9 | ||
|
162bc1b6d2 | ||
|
bcca29d235 | ||
|
daf9de84de | ||
|
b1b8dfa59c | ||
|
342afd8d76 | ||
|
55f858ba19 | ||
|
b3e4b739a6 | ||
|
065d0a39a9 | ||
|
cc9c366586 | ||
|
11f5651a66 | ||
|
267ede3def | ||
|
0bca0ad2b5 | ||
|
43c21699a0 | ||
|
e1255466db | ||
|
52d7a43757 | ||
|
25af0aa37d | ||
|
ce248208b3 | ||
|
cb198ee2d9 | ||
|
216f17b101 | ||
|
03ed0da483 | ||
|
fae4fed9ba | ||
|
765f1c8ba2 | ||
|
a30b57283d | ||
|
631001330c | ||
|
a27d58639d | ||
|
5ed43fff98 | ||
|
64cfa67a76 | ||
|
d56f792da9 | ||
|
51bf9682c9 | ||
|
0b3bb49fa2 | ||
|
031e79c42e | ||
|
6411e9f7ce | ||
|
164d9e0dcb | ||
|
e843dce6cf | ||
|
ce67020455 | ||
|
05de204252 | ||
|
0d7a4bfed6 | ||
|
0acf02beb8 | ||
|
40a16d8804 | ||
|
8629a1779a | ||
|
8749d6717f | ||
|
33b077659b | ||
|
1dc9576ad4 | ||
|
9e543f703b | ||
|
5f06a6a8f5 | ||
|
f6a2c7116b | ||
|
4bbc521ede | ||
|
9d951c3026 | ||
|
b007e63c6f | ||
|
f4c2a30436 | ||
|
f2ae22b44c | ||
|
491135312d | ||
|
6f7d5bbc91 | ||
|
49b5a8845b | ||
|
86e07b0234 | ||
|
53b2fdd465 | ||
|
60bb605e89 | ||
|
d40e4a6f30 | ||
|
a73dec0221 | ||
|
2d73eb5cfa | ||
|
be128116fa | ||
|
6bcd60ad89 | ||
|
72f0070c06 | ||
|
4eee2fa35f | ||
|
c7cf638b83 | ||
|
5340dedefa | ||
|
13f7fa2c59 | ||
|
f6d39150a3 | ||
|
dd04b48b9b | ||
|
77302d3bc4 | ||
|
2883c321ec | ||
|
6b57768dda | ||
|
6b282ea37e | ||
|
2ee2e8ee72 | ||
|
b7aa47d925 | ||
|
c76969ca1a | ||
|
3755bd29d6 | ||
|
17f8b88240 | ||
|
6c4760f929 | ||
|
b10c2e3857 | ||
|
0a76598856 | ||
|
44c116cbf7 | ||
|
420d4b76c5 | ||
|
bfb4752f3d | ||
|
a8d6b0d730 | ||
|
cfae74038a | ||
|
f9c73286cd | ||
|
51901252f8 | ||
|
c8707833a3 | ||
|
b5e45dd7e6 | ||
|
7dca8be68d | ||
|
e672f26240 | ||
|
318ccbb878 | ||
|
f72e87eab5 | ||
|
d63ebf31f1 |
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
numactl-0.6.4.tar.gz
|
||||
numactl-0.6.4
|
||||
numactl-0.9.8.tar.gz
|
||||
numactl-1.0.2.tar.gz
|
||||
/numactl-[2-9]*
|
||||
/.build-[2-9]*.log
|
||||
/x86_64/
|
||||
|
@ -1,17 +0,0 @@
|
||||
diff -up numactl-1.0.2/syscall.c.orig numactl-1.0.2/syscall.c
|
||||
--- numactl-1.0.2/syscall.c.orig 2008-03-14 07:28:58.000000000 -0400
|
||||
+++ numactl-1.0.2/syscall.c 2008-03-14 07:29:31.000000000 -0400
|
||||
@@ -62,6 +62,13 @@
|
||||
#define __NR_set_mempolicy 261
|
||||
#define __NR_migrate_pages 258
|
||||
|
||||
+#elif defined(__alpha__)
|
||||
+
|
||||
+#define __NR_mbind 429
|
||||
+#define __NR_get_mempolicy 430
|
||||
+#define __NR_set_mempolicy 431
|
||||
+#define __NR_migrate_pages 449
|
||||
+
|
||||
#elif !defined(DEPS_RUN)
|
||||
#error "Add syscalls for your architecture or update kernel headers"
|
||||
#endif
|
@ -1,36 +0,0 @@
|
||||
diff -up numactl-1.0.2/syscall.c.orig numactl-1.0.2/syscall.c
|
||||
--- numactl-1.0.2/syscall.c.orig 2007-08-16 10:36:23.000000000 -0400
|
||||
+++ numactl-1.0.2/syscall.c 2007-12-20 10:33:27.000000000 -0500
|
||||
@@ -127,7 +127,7 @@ long syscall6(long call, long a, long b,
|
||||
#endif
|
||||
|
||||
long WEAK get_mempolicy(int *policy,
|
||||
- const unsigned long *nmask, unsigned long maxnode,
|
||||
+ unsigned long *nmask, unsigned long maxnode,
|
||||
void *addr, int flags)
|
||||
{
|
||||
return syscall(__NR_get_mempolicy, policy, nmask, maxnode, addr, flags);
|
||||
diff -up numactl-1.0.2/numaint.h.orig numactl-1.0.2/numaint.h
|
||||
--- numactl-1.0.2/numaint.h.orig 2007-12-20 10:33:53.000000000 -0500
|
||||
+++ numactl-1.0.2/numaint.h 2007-12-20 10:33:58.000000000 -0500
|
||||
@@ -5,7 +5,7 @@ extern int numa_sched_setaffinity(pid_t
|
||||
extern int numa_sched_getaffinity(pid_t pid, unsigned len, const unsigned long *mask);
|
||||
extern int numa_sched_setaffinity_int(pid_t pid, unsigned len,const unsigned long *mask);
|
||||
extern int numa_sched_getaffinity_int(pid_t pid, unsigned len,const unsigned long *mask);
|
||||
-extern long get_mempolicy_int(int *policy, const unsigned long *nmask,
|
||||
+extern long get_mempolicy_int(int *policy, unsigned long *nmask,
|
||||
unsigned long maxnode, void *addr, int flags);
|
||||
extern long mbind_int(void *start, unsigned long len, int mode,
|
||||
const unsigned long *nmask, unsigned long maxnode, unsigned flags);
|
||||
diff -up numactl-1.0.2/numaif.h.orig numactl-1.0.2/numaif.h
|
||||
--- numactl-1.0.2/numaif.h.orig 2007-08-16 10:36:23.000000000 -0400
|
||||
+++ numactl-1.0.2/numaif.h 2007-12-20 10:33:27.000000000 -0500
|
||||
@@ -9,7 +9,7 @@ extern "C" {
|
||||
|
||||
/* System calls */
|
||||
extern long get_mempolicy(int *policy,
|
||||
- const unsigned long *nmask, unsigned long maxnode,
|
||||
+ unsigned long *nmask, unsigned long maxnode,
|
||||
void *addr, int flags);
|
||||
extern long mbind(void *start, unsigned long len, int mode,
|
||||
const unsigned long *nmask, unsigned long maxnode, unsigned flags);
|
@ -1,24 +0,0 @@
|
||||
--- numactl-1.0.2/syscall.c.orig 2009-03-16 18:52:40.000000000 -0500
|
||||
+++ numactl-1.0.2/syscall.c 2009-03-16 19:04:19.000000000 -0500
|
||||
@@ -69,6 +69,21 @@
|
||||
#define __NR_set_mempolicy 431
|
||||
#define __NR_migrate_pages 449
|
||||
|
||||
+#elif defined(__sparc__) && defined(__arch64)
|
||||
+
|
||||
+#define __NR_migrate_pages 302
|
||||
+#define __NR_mbind 303
|
||||
+#define __NR_get_mempolicy 304
|
||||
+#define __NR_set_mempolicy 305
|
||||
+
|
||||
+
|
||||
+#elif defined(__sparc__)
|
||||
+
|
||||
+#define __NR_migrate_pages 302
|
||||
+#define __NR_mbind 303
|
||||
+#define __NR_get_mempolicy 304
|
||||
+#define __NR_set_mempolicy 305
|
||||
+
|
||||
#elif !defined(DEPS_RUN)
|
||||
#error "Add syscalls for your architecture or update kernel headers"
|
||||
#endif
|
263
numactl.spec
263
numactl.spec
@ -1,79 +1,260 @@
|
||||
Name: numactl
|
||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||
Version: 1.0.2
|
||||
Release: 6%{dist}
|
||||
License: LGPLv2/GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
||||
Source0: ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz
|
||||
Buildroot: %{_tmppath}/%{name}-buildroot
|
||||
Version: 2.0.16
|
||||
Release: 2%{dist}
|
||||
# libnuma is LGPLv2 and GPLv2
|
||||
# numactl binaries are GPLv2 only
|
||||
License: GPLv2
|
||||
URL: https://github.com/numactl/numactl
|
||||
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
Patch0: numactl-1.0.2-get_mempolicy-const.patch
|
||||
Patch1: numactl-1.0.2-alpha-syscall.patch
|
||||
Patch2: numactl-1.0.2-sparc-syscall.patch
|
||||
BuildRequires: make
|
||||
BuildRequires: libtool automake autoconf
|
||||
|
||||
ExcludeArch: s390 %{arm}
|
||||
|
||||
%description
|
||||
Simple NUMA policy support. It consists of a numactl program to run
|
||||
other programs with a specific NUMA policy and a libnuma to do
|
||||
allocations with NUMA policy in applications.
|
||||
other programs with a specific NUMA policy.
|
||||
|
||||
%package libs
|
||||
Summary: libnuma libraries
|
||||
# There is a tiny bit of GPLv2 code in libnuma.c
|
||||
License: LGPLv2 and GPLv2
|
||||
|
||||
%description libs
|
||||
numactl-libs provides libnuma, a library to do allocations with
|
||||
NUMA policy in applications.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for building Applications that use numa
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
License: LGPLv2 and GPLv2
|
||||
|
||||
%description devel
|
||||
Provides development headers for numa library calls
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
||||
%configure --prefix=/usr --libdir=%{_libdir}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_includedir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
%make_install
|
||||
|
||||
make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libnuma.so.1
|
||||
%doc README.md
|
||||
%{_bindir}/numactl
|
||||
%{_bindir}/numademo
|
||||
%{_bindir}/numastat
|
||||
%{_bindir}/memhog
|
||||
%{_bindir}/migspeed
|
||||
%{_bindir}/migratepages
|
||||
%{_mandir}/man5/*.5*
|
||||
%{_mandir}/man8/*.8*
|
||||
%exclude %{_mandir}/man2/*.2*
|
||||
|
||||
%files libs
|
||||
%{_libdir}/libnuma.so.1.0.0
|
||||
%{_libdir}/libnuma.so.1
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libnuma.so
|
||||
%exclude %{_libdir}/libnuma.a
|
||||
%{_libdir}/pkgconfig/numa.pc
|
||||
%{_includedir}/numa.h
|
||||
%{_includedir}/numaif.h
|
||||
%{_includedir}/numacompat1.h
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.2-6
|
||||
- add sparc syscalls
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.16-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Oct 08 2022 Filipe Brandenburger <filbranden@gmail.com> - 2.0.16-1
|
||||
- Upgrade to 2.0.16
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Nov 11 2020 Florian Weimer <fweimer@redhat.com> - 2.0.14-2
|
||||
- Trigger rebuild to avoid DT_INIT/DT_FINI with zero values
|
||||
|
||||
* 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.
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 01 2020 Jeff Law <law@redhat.com> - 2.0.12-5
|
||||
- Disable LTO
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Jul 25 2018 Filipe Brandenburger <filbranden@gmail.com> - 2.0.12-1
|
||||
- Rebased to version 2.0.12
|
||||
|
||||
* Wed Jul 25 2018 Filipe Brandenburger <filbranden@gmail.com>
|
||||
- Fix check-rpaths warning about including /usr/lib64 in RPATH of the binaries.
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* 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.
|
||||
|
||||
* Sat Feb 24 2018 Florian Weimer <fweimer@redhat.com> - 2.0.11-8%{dist}
|
||||
- Use LDFLAGS from redhat-rpm-config
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.11-7
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Feb 06 2017 Petr Holasek <holasekp@gmail.com> - 2.0.11-3
|
||||
- s390x arch enabled (bz1419064)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Oct 13 2014 Petr Holasek <pholasek@redhat.com> 2.0.10-2
|
||||
- Fixing package conflict with man-pages (bz1151552)
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jul 31 2014 Petr Holasek <pholasek@redhat.com> 2.0.9-3
|
||||
- fixed segfault on non-NUMA systems (bz1080421)
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Oct 09 2013 Petr Holasek <pholasek@redhat.com> 2.0.9-1
|
||||
- rebased to version 2.0.9
|
||||
|
||||
* Fri Aug 02 2013 Karsten Hopp <karsten@redhat.com> 2.0.8-4
|
||||
- rebuild in F20 to fix some dependency issues on PPC
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jan 22 2013 Petr Holasek <pholasek@redhat.com> - 2.0.8-3
|
||||
- deleted empty numastat file
|
||||
|
||||
* Thu Nov 1 2012 Tom Callaway <spot@fedoraproject.org> - 2.0.8-2
|
||||
- fix license issues
|
||||
|
||||
* Fri Oct 26 2012 Petr Holasek <pholasek@redhat.com> - 2.0.8-1
|
||||
- Rebased to version 2.0.8
|
||||
|
||||
* 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
|
||||
|
||||
* Sat May 19 2012 Petr Holasek <pholasek@redhat.com> - 2.0.7-6
|
||||
- numademo segfault fix (bz823125, bz823127)
|
||||
|
||||
* Sun Apr 15 2012 Petr Holasek <pholasek@redhat.com> - 2.0.7-5
|
||||
- Library splitted out of numactl package to numactl-libs
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jan 02 2012 Anton Arapov <anton@redhat.com> - 2.0.7-3
|
||||
- Include missing manpages
|
||||
|
||||
* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> - 2.0.7-2
|
||||
- Exclude ARM platforms
|
||||
|
||||
* Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
|
||||
- Update to latest upstream stable version (bz 696703)
|
||||
|
||||
* Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
|
||||
- Better manpages (bz 673613)
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jan 04 2011 Neil Horman <nhorman@redhat.com> - 2.0.6-1
|
||||
- Update to latest upstream stable version (bz 666379)
|
||||
|
||||
* Mon Oct 18 2010 Neil Horman <nhorman@redhat.com> - 2.0.5-1
|
||||
- Update to latest stable upstream source
|
||||
|
||||
* Mon Feb 15 2010 Neil Horman <nhorman@redhat.com> - 2.0.3-8
|
||||
- Remove static libs from numactl (bz 556088)
|
||||
|
||||
* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-7
|
||||
- Add destructor to libnuma.so to free allocated memory (bz 516227)
|
||||
|
||||
* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-6
|
||||
- Fix obo in nodes_allowed_list strncpy (bz 516223)
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jun 26 2009 Neil Horman <nhorman@redhat.com>
|
||||
- Update to full 2.0.3 version (bz 506795)
|
||||
|
||||
* Wed Jun 17 2009 Neil Horman <nhorman@redhat.com>
|
||||
- Fix silly libnuma warnings again (bz 499633)
|
||||
|
||||
* Fri May 08 2009 Neil Horman <nhorman@redhat.com>
|
||||
- Update to 2.0.3-rc3 (bz 499633)
|
||||
|
||||
* Wed Mar 25 2009 Mark McLoughlin <markmc@redhat.com> - 2.0.2-4
|
||||
- Remove warning from libnuma (bz 484552)
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-2
|
||||
- Fix build break due to register selection in asm
|
||||
|
||||
* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-1
|
||||
- Update rawhide to version 2.0.2 of numactl
|
||||
|
||||
* 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)
|
||||
|
||||
* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-5
|
||||
- Fixing spec file to actually apply alpha patch :)
|
||||
@ -98,7 +279,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
* Fri Jan 12 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-2
|
||||
- Properly fixed bz 221982
|
||||
- Updated revision string to include %{dist}
|
||||
- Updated revision string to include %%{dist}
|
||||
|
||||
* Thu Jan 11 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-1.38
|
||||
- Fixed -devel to depend on base package so libnuma.so resolves
|
||||
|
Loading…
Reference in New Issue
Block a user