diff --git a/sysprof.spec b/sysprof.spec index df39ccb..25af5d6 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -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 1.0.3-6 +- better to use ExclusiveArch %{ix86} (thanks Ville) + * Thu Oct 5 2006 Gianluca Sforna 1.0.3-5 - add ExclusiveArch to match sysprof-kmod supported archs