OBS User unknown 2008-03-19 00:56:08 +00:00 committed by Git OBS Bridge
parent d6349fd549
commit 0ae70acede
4 changed files with 52 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:728adb39756843eabf04c2d54beb642a79b0e08b826c1519b793290d0f0ed4f1
size 49824

3
numactl-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:328ca8a25dc6ded2f8a4e28134f587a13b95aedf7cd0d6836c2a33a40ecc7941
size 49927

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 17 16:49:58 CET 2008 - jeffm@suse.com
- Update to 1.0.2
* Fix parallel Makefile build (Andreas Herrmann)
* Fix target command argument parsing for numactl
* Clarify numa_node_to_cpus() manpage
-------------------------------------------------------------------
Thu Aug 16 01:33:42 CEST 2007 - ak@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package numactl (Version 1.0.1)
# spec file for package numactl (Version 1.0.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -10,16 +10,17 @@
# norootforbuild
Name: numactl
License: GPL v2 or later
Summary: NUMA Policy Control
Version: 1.0.1
Version: 1.0.2
Release: 1
Autoreqprov: on
AutoReqProv: on
Source: numactl-%version.tar.gz
Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ia64 x86_64 ppc64 ppc
ExclusiveArch: ia64 x86_64 ppc64 ppc
Requires: perl
%description
@ -61,83 +62,88 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/*
%changelog
* Thu Aug 16 2007 - ak@suse.de
* Mon Mar 17 2008 jeffm@suse.com
- Update to 1.0.2
* Fix parallel Makefile build (Andreas Herrmann)
* Fix target command argument parsing for numactl
* Clarify numa_node_to_cpus() manpage
* Thu Aug 16 2007 ak@suse.de
- Update to 1.0.1
* Only bug fixes since the previous version, no
new functionality.
* Thu Jun 08 2006 - ak@suse.de
* Thu Jun 08 2006 ak@suse.de
- Save/restore errno correctly (#182158)
* Thu Jun 08 2006 - ak@suse.de
* Thu Jun 08 2006 ak@suse.de
- Fix cpu buffer sizing for affinity syscalls (#182145)
* Tue May 23 2006 - ak@suse.de
* Wed May 24 2006 ak@suse.de
- Fix cpumap parsing again (#177749)
* Thu Mar 30 2006 - ak@suse.de
* Thu Mar 30 2006 ak@suse.de
- Fix the cpumap parsing fix to not corrupt memory (still #161089)
* Tue Mar 28 2006 - ak@suse.de
* Tue Mar 28 2006 ak@suse.de
- Update to 0.9.6: (#161089)
* consolidates earlier changes
* fix migrate pages error handling
* add numa_maps manpage
* fix cpumap parsing on large systems
* some build fixes
* Thu Mar 23 2006 - ak@suse.de
* Thu Mar 23 2006 ak@suse.de
- Don't install syscall manpages which are in the normal
manpages now (#158550)
* Sun Feb 12 2006 - ak@suse.de
* Sun Feb 12 2006 ak@suse.de
- Install migratepages manpage (followon for #143825)
* Wed Feb 08 2006 - ak@suse.de
* Wed Feb 08 2006 ak@suse.de
- Add support for page migration (#143825)
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 04 2006 - ak@suse.de
* Wed Jan 04 2006 ak@suse.de
- Update to numactl 0.9.1 to fix ppc32 build.
* Tue Jan 03 2006 - ak@suse.de
* Tue Jan 03 2006 ak@suse.de
- Update to numactl 0.9
* Mon Dec 19 2005 - ak@suse.de
* Mon Dec 19 2005 ak@suse.de
- Update to numactl 0.8
* Fri Dec 16 2005 - ro@suse.de
* Fri Dec 16 2005 ro@suse.de
- do not build as root
* Mon Oct 10 2005 - ak@suse.de
* Tue Oct 11 2005 ak@suse.de
- use RPM_OPT_FLAGS
- fix build on ia64 with debuginfo package
* Mon Oct 10 2005 - ak@suse.de
* Mon Oct 10 2005 ak@suse.de
- Fix includes in manpages (#72853)
- Fix buffer length calculation (#118980)
* Wed Apr 27 2005 - jplack@suse.de
* Wed Apr 27 2005 jplack@suse.de
- override broken calculation of libdir in Makefile by using
%%{_libdir} rpm macro (#75249). Now it builds on ppc also.
* Mon Apr 25 2005 - jplack@suse.de
* Mon Apr 25 2005 jplack@suse.de
- added numactl-LDPS1255-ppc (#75249 - LTC14536)
* Tue Apr 05 2005 - ak@suse.de
* Tue Apr 05 2005 ak@suse.de
- Fix manpages (#72835, #65944)
- Fix thread handling with NPTL (#64496)
* Mon Nov 22 2004 - ak@suse.de
* Mon Nov 22 2004 ak@suse.de
- Fix C++ compilation (#45796)
* Tue Sep 07 2004 - ak@suse.de
* Tue Sep 07 2004 ak@suse.de
- Fix numa_node_to_cpus on big machines (#44433)
* Wed Jun 16 2004 - ak@suse.de
* Wed Jun 16 2004 ak@suse.de
- Fix --cpubind on kernels with large NR_CPUS (#42041)
* Sat Jun 05 2004 - ak@suse.de
* Sat Jun 05 2004 ak@suse.de
- update to 0.6.4:
* add copyright headers for GPL and LGPL (#41685)
- Add requires to perl for numastat
* Thu May 20 2004 - ak@suse.de
* Thu May 20 2004 ak@suse.de
- update to 0.6.3:
* fix cpu map parsing with large number of CPUs (#40820)
* Tue May 11 2004 - ak@suse.de
* Tue May 11 2004 ak@suse.de
- update to 0.6.2:
* fix numademo to use STREAM
* make headers C++ clean
* some other bug fixes.
* add preliminary i386 syscalls
* Sun Apr 04 2004 - ak@suse.de
* Sun Apr 04 2004 ak@suse.de
- compile on ia64 too
* Thu Apr 01 2004 - ak@suse.de
* Thu Apr 01 2004 ak@suse.de
- update to 0.6 final. fix a few bugs in numactl and libnuma and
work on IA64 too
* Mon Mar 22 2004 - ak@suse.de
* Mon Mar 22 2004 ak@suse.de
- update to 0.6pre.
* Mon May 19 2003 - ak@suse.de
* Mon May 19 2003 ak@suse.de
- update to numactl-0.3. add libnuma and new manpages. add numademo.
* Wed May 07 2003 - ak@suse.de
* Wed May 07 2003 ak@suse.de
- package written and created