Update to upstream version 1.0.3
This commit is contained in:
parent
26d8bdfe33
commit
4f0dea6ed1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/numatop_linux_1.0.1.tar.gz
|
/numatop_linux_1.0.1.tar.gz
|
||||||
/numatop_linux_1.0.2.tar.gz
|
/numatop_linux_1.0.2.tar.gz
|
||||||
|
/numatop_linux_1.0.3.tar.gz
|
||||||
|
12
numatop.spec
12
numatop.spec
@ -1,8 +1,8 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: numatop
|
Name: numatop
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Memory access locality characterization and analysis
|
Summary: Memory access locality characterization and analysis
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -10,9 +10,6 @@ URL: https://01.org/numatop
|
|||||||
Source0: https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz
|
Source0: https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz
|
||||||
BuildRequires: numactl-devel ncurses-devel
|
BuildRequires: numactl-devel ncurses-devel
|
||||||
|
|
||||||
# https://github.com/01org/numatop/pull/5
|
|
||||||
Patch0: numatop.cpuid.patch
|
|
||||||
|
|
||||||
# no NUMA
|
# no NUMA
|
||||||
ExcludeArch: %{arm} s390 s390x
|
ExcludeArch: %{arm} s390 s390x
|
||||||
|
|
||||||
@ -28,7 +25,6 @@ NumaTOP supports the Intel Xeon processors.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -48,6 +44,10 @@ make install PREFIXDIR=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man8
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 25 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.3-1
|
||||||
|
- New upstream release (#1076549)
|
||||||
|
- Remove upstreamed patch
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-4
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user