Hello community, here is the log from the commit of package numatop for openSUSE:Factory checked in at 2013-08-19 10:50:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/numatop (Old) and /work/SRC/openSUSE:Factory/.numatop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "numatop" Changes: -------- New Changes file: --- /dev/null 2013-07-23 23:44:04.804033756 +0200 +++ /work/SRC/openSUSE:Factory/.numatop.new/numatop.changes 2013-08-19 10:50:55.000000000 +0200 @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 18 20:02:20 UTC 2013 - [email protected] + +- Restrict to x86_64 due to Intel CPU requirement and missing deps + on x86. + +------------------------------------------------------------------- +Thu Aug 15 09:20:23 UTC 2013 - [email protected] + +- Initial package + New: ---- numatop.changes numatop.spec numatop_linux_1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ numatop.spec ++++++ # # spec file for package numatop # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: numatop Version: 1.0.1 Release: 0 Summary: A top-like tool for runtime memory locality monitoring on NUMA systems License: BSD-3-Clause Group: System/Monitoring Url: https://01.org/numatop Source0: https://01.org/sites/default/files/downloads/%{name}_linux_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libnuma-devel BuildRequires: ncurses-devel ExclusiveArch: x86_64 %description NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user characterize the NUMA behavior of processes and threads and identify where the NUMA-related performance bottlenecks reside. Numatop is supported on Intel Xeon processors: 5500-series, 6500/7500-series, 5600 series, E7-x8xx-series, and E5-16xx/24xx/26xx/46xx-series. E5-16xx/24xx/26xx/46xx-series should be updated to latest CPU microcode (microcode must be 0x618+ or 0x70c+). Kernel 3.9 or higher is required. %prep %setup -q -n %{name} %build make CFLAGS="%optflags" %{?_smp_mflags} %install mkdir -p %{buildroot}/%{_bindir} mkdir -p %{buildroot}/%{_mandir}/man8 make PREFIXDIR=%{buildroot}/usr/ MANDIR=%{buildroot}/%{_mandir}/man8 install %files %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man8/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
