ExclusiveArch: i386 -> %{ix86}
This commit is contained in:
parent
4965569d25
commit
7f89b87708
@ -1,6 +1,6 @@
|
||||
Name: sysprof
|
||||
Version: 1.0.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Sysprof is a sampling CPU profiler
|
||||
Group: Development/System
|
||||
License: GPL
|
||||
@ -19,7 +19,7 @@ BuildRequires: libglade2-devel
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
ExclusiveArch: i386 x86_64
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
Sysprof is a sampling CPU profiler for Linux that uses a kernel module
|
||||
@ -61,6 +61,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Oct 8 2006 Gianluca Sforna <giallu gmail com> 1.0.3-6
|
||||
- better to use ExclusiveArch %{ix86} (thanks Ville)
|
||||
|
||||
* Thu Oct 5 2006 Gianluca Sforna <giallu gmail com> 1.0.3-5
|
||||
- add ExclusiveArch to match sysprof-kmod supported archs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user